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 | ??宰?壓 | 00111111001111111000110111001001001111111001101011011000 | 3f3f8dc93f9ad8 |
EUC-JP | 佺?宰?壓 | 100011111011000011111001001111111011101011001011001111111101010011011010 | 8fb0f93fbacb3fd4da |
UTF-8 | 佺렯宰렞壓 | 111001001011110110111010111010111010000010101111111001011010111010110000111010111010000010011110111001011010001110010011 | e4bdbaeba0afe5aeb0eba09ee5a393 |
UHC | 佺렯宰렞壓 | 11101110111011011000111010111100111011101010010110001110101011111110010011100010 | eeed8ebceea58eafe4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)