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 | ìë£B | 11101100100100011001001011101011101000111000010001000010 | ec9192eba38442 |
SJIS-WIN | ????£?B | 0011111100111111001111110011111110000001100100100011111101000010 | 3f3f3f3f81923f42 |
EUC-JP | ì??ë£?B | 100011111010101111000000001111110011111110001111101010111011001110100001111100100011111101000010 | 8fabc03f3f8fabb3a1f23f42 |
UTF-8 | ìë£B | 11000011101011001100001010010001110000101001001011000011101010111100001010100011110000101000010001000010 | c3acc291c292c3abc2a3c28442 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)