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 | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
SJIS-WIN | 蘓U蘓N | 111001010101111001010101111001010101111001001110 | e55e55e55e4e |
EUC-JP | 蘓U蘓N | 111010011011111101010101111010011011111101001110 | e9bf55e9bf4e |
UTF-8 | 蘓U蘓N | 1110100010011000100100110101010111101000100110001001001101001110 | e8989355e898934e |
UHC | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)