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 | 猩珎猯^ | 11100000110011011110000011011101111000001100110001011110 | e0cde0dde0cc5e |
EUC-JP | 猩珎猯^ | 11100000110011111110000011011111111000001100111001011110 | e0cfe0dfe0ce5e |
UTF-8 | 猩珎猯^ | 11100111100011001010100111100111100011111000111011100111100011001010111101011110 | e78ca9e78f8ee78caf5e |
UHC | 猩??^ | 1110000011111010001111110011111101011110 | e0fa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)