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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 愁??楔 | 100011110100010000111111001111111001111010110110 | 8f443f3f9eb6 |
EUC-JP | 愁??楔 | 101111011010010100111111001111111101110010111000 | bda53f3fdcb8 |
UTF-8 | 愁귟뛉楔 | 111001101000010010000001111010101011011110011111111010111001101110001001111001101010010110010100 | e68481eab79feb9b89e6a594 |
UHC | 愁귟뛉楔 | 1110000111111110100000101110100010001101010001111110000011011011 | e1fe82e88d47e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)