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 | 霽??峰?勘 | 111010001100011100111111001111111001010111110100001111111000101010101000 | e8c73f3f95f43f8aa8 |
EUC-JP | 霽??峰?勘 | 111100001100100100111111001111111100101011110110001111111011010010101010 | f0c93f3fcaf63fb4aa |
UTF-8 | 霽樓렪峰렪勘 | 111010011001110010111101111011111010010110001100111010111010000010101010111001011011001110110000111010111010000010101010111001011000101110011000 | e99cbdefa58ceba0aae5b3b0eba0aae58b98 |
UHC | 霽樓렪峰렪勘 | 111100001011100011010010111001101000111010111000110111001110100010001110101110001100101011101011 | f0b8d2e68eb8dce88eb8caeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)