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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 淫?支? | 100010001111101000111111100011100111100000111111 | 88fa3f8e783f |
EUC-JP | 淫?支? | 101100001111110000111111101110111101100100111111 | b0fc3fbbd93f |
UTF-8 | 淫렰支렫 | 111001101011011110101011111010111010000010110000111001101001010010101111111010111010000010101011 | e6b7abeba0b0e694afeba0ab |
UHC | 淫렰支렫 | 1110101111100010100011101011110111110010101010001000111010111001 | ebe28ebdf2a88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)