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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??宰?壓瓏 | 001111110011111110001101110010010011111110011010110110001110000011111010 | 3f3f8dc93f9ad8e0fa |
EUC-JP | 佺?宰?壓瓏 | 1000111110110000111110010011111110111010110010110011111111010100110110101110000011111100 | 8fb0f93fbacb3fd4dae0fc |
UTF-8 | 佺렯宰렞壓瓏 | 111001001011110110111010111010111010000010101111111001011010111010110000111010111010000010011110111001011010001110010011111001111001001110001111 | e4bdbaeba0afe5aeb0eba09ee5a393e7938f |
UHC | 佺렯宰렞壓瓏 | 111011101110110110001110101111001110111010100101100011101010111111100100111000101101011011101010 | eeed8ebceea58eafe4e2d6ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)