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 | ???N^ | 0011111100111111001111110100111001011110 | 3f3f3f4e5e |
SJIS-WIN | ?釐∮N^ | 00111111111001111101100010000111100100110100111001011110 | 3fe7d887934e5e |
EUC-JP | ?釐?N^ | 001111111110111011011010001111110100111001011110 | 3feeda3f4e5e |
UTF-8 | 룶釐∮N^ | 1110101110100011101101101110100110000111100100001110001010001000101011100100111001011110 | eba3b6e98790e288ae4e5e |
UHC | 룶釐∮N^ | 1000111110101011110101111110110110100010101100010100111001011110 | 8fabd7eda2b14e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)