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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 菘璢璢^ | 11100100110000111110000011100011111000001110001101011110 | e4c3e0e3e0e35e |
EUC-JP | 菘璢璢^ | 11101000110001011110000011100101111000001110010101011110 | e8c5e0e5e0e55e |
UTF-8 | 菘璢璢^ | 11101000100011111001100011100111100100101010001011100111100100101010001001011110 | e88f98e792a2e792a25e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)