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 | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
SJIS-WIN | ????∮N | 00111111001111110011111100111111100001111001001101001110 | 3f3f3f3f87934e |
EUC-JP | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
UTF-8 | 룵₃룵쨵∮N | 11101011101000111011010111100010100000101000001111101011101000111011010111101100101010001011010111100010100010001010111001001110 | eba3b5e28283eba3b5eca8b5e288ae4e |
UHC | 룵₃룵쨵∮N | 1000111110101010101010011111110110001111101010101010010010001111101000101011000101001110 | 8faaa9fd8faaa48fa2b14e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)