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 | 111001001011110001010101111001001011110001001110 | e4bc55e4bc4e |
EUC-JP | 莨U莨N | 111010001011111001010101111010001011111001001110 | e8be55e8be4e |
UTF-8 | 莨U莨N | 1110100010001110101010000101010111101000100011101010100001001110 | e88ea855e88ea84e |
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)