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 | 뤵å¿H | 11101011101001001011010111100101100011001011111101001000 | eba4b5e58cbf48 |
SJIS-WIN | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
EUC-JP | ��H | 100011111010101110110011100011111010001011110000001111111000111110101011101010010011111110001111101000101100010001001000 | 8fabb38fa2f03f8faba93f8fa2c448 |
UTF-8 | 뤵å¿H | 11000011101010111100001010100100110000101011010111000011101001011100001010001100110000101011111101001000 | c3abc2a4c2b5c3a5c28cc2bf48 |
UHC | ?¤???¿H | 001111111010001010110100001111110011111100111111101000101010111101001000 | 3fa2b43f3f3fa2af48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)