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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竪?ゅ?徇 | 1001001001000111001111111000001011100011001111111001110001101101 | 92473f82e33f9c6d |
EUC-JP | 竪?ゅ?徇 | 1100001110101000001111111010010011100101001111111101011111001110 | c3a83fa4e53fd7ce |
UTF-8 | 竪뒅ゅ퀋徇 | 111001111010101110101010111010111001001010000101111000111000001010000101111011011000000010001011111001011011111010000111 | e7abaaeb9285e38285ed808be5be87 |
UHC | 竪뒅ゅ퀋徇 | 11100010101101011000101010000011101010101110010110110011100000011110001011011111 | e2b58a83aae5b381e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)