To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 霽?榧??B | 1110100011000111001111111001111011010000001111110011111101000010 | e8c73f9ed03f3f42 |
EUC-JP | 霽?榧孼?B | 11110000110010010011111111011100110100101000111110111010110000110011111101000010 | f0c93fdcd28fbac33f42 |
UTF-8 | 霽淚榧孼렱B | 11101001100111001011110111101111101001011000110111100110101001101010011111100101101011011011110011101011101000001011000101000010 | e99cbdefa58de6a6a7e5adbceba0b142 |
UHC | 霽淚榧孼렱B | 1111000010111000110100101110011111011101111011101110010111101101100011101011111001000010 | f0b8d2e7ddeee5ed8ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)