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 | 鶯??移 | 111010011111001000111111001111111000100011011010 | e9f23f3f88da |
EUC-JP | 鶯??移 | 111100101111010000111111001111111011000011011100 | f2f43f3fb0dc |
UTF-8 | 鶯ㅺ퉮移 | 111010011011011010101111111000111000010110111010111011011000100110101110111001111010011110111011 | e9b6afe385baed89aee7a7bb |
UHC | 鶯ㅺ퉮移 | 1110010110100011101001001110101010111001100001101110110010111001 | e5a3a4eab986ecb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)