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 | 閻??円 | 111010001000010100111111001111111000100101111110 | e8853f3f897e |
EUC-JP | 閻??円 | 111011111110010100111111001111111011000111011111 | efe53f3fb1df |
UTF-8 | 閻뗩뜦円 | 111010011001011010111011111010111001011110101001111010111001110010100110111001011000011010000110 | e996bbeb97a9eb9ca6e58686 |
UHC | 閻뗩뜦円 | 1110011110100010100010111110100110001101101010011110010111110111 | e7a28be98da9e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)