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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 帳???令悌 | 100100101010000000111111001111110011111110010111110111111001001011101110 | 92a03f3f3f97df92ee |
EUC-JP | 帳???令悌 | 110001001010001000111111001111110011111111001110111000011100010011110000 | c4a23f3f3fcee1c4f0 |
UTF-8 | 帳얹렰몇令悌 | 111001011011100010110011111011001001011010111001111010111010000010110000111010111010101010000111111001001011101110100100111001101000001010001100 | e5b8b3ec96b9eba0b0ebaa87e4bba4e6828c |
UHC | 帳얹렰몇令悌 | 111011011110001110111110111100011000111010111101101110001110111011010110101101011111000010101010 | ede3bef18ebdb8eed6b5f0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)