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 | 厭ル?移 | 10001001011111011000001110001011001111111000100011011010 | 897d838b3f88da |
EUC-JP | 厭ル?移 | 10110001110111101010010111101011001111111011000011011100 | b1dea5eb3fb0dc |
UTF-8 | 厭ル쉘移 | 111001011000111010101101111000111000001110101011111011001000100110011000111001111010011110111011 | e58eade383abec8998e7a7bb |
UHC | 厭ル쉘移 | 1110011011110100101010111110101110111101101010011110110010111001 | e6f4abebbda9ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)