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 | 湿粧 | 111001101011100110111111111001111011001010100111 | e6b9bfe7b2a7 |
SJIS-WIN | ?????§ | 00111111001111110011111100111111001111111000000110011000 | 3f3f3f3f3f8198 |
EUC-JP | æ?¿ç?§ | 10001111101010011100000100111111100011111010001011000100100011111010101110101110001111111010000111111000 | 8fa9c13f8fa2c48fabae3fa1f8 |
UTF-8 | 湿粧 | 110000111010011011000010101110011100001010111111110000111010011111000010101100101100001010100111 | c3a6c2b9c2bfc3a7c2b2c2a7 |
UHC | 湿?²§ | 1010100110100001101010011111011010100010101011110011111110101001111101111010000111010111 | a9a1a9f6a2af3fa9f7a1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)