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 | 昔錞洩昔珣 | 10010000110011001111101111011011100010010110101110010000110011001111101101100011 | 90ccfbdb896b90ccfb63 |
EUC-JP | 昔錞洩昔珣 | 110000001100111010001111111001001101110010110001110011001100000011001110100011111100101111110100 | c0ce8fe4dcb1ccc0ce8fcbf4 |
UTF-8 | 昔錞洩昔珣 | 111001101001100010010100111010011000110010011110111001101011010010101001111001101001100010010100111001111000111110100011 | e69894e98c9ee6b4a9e69894e78fa3 |
UHC | 昔錞洩昔珣 | 11100000101011101110001011110110111000001101110111100000101011101110001011101001 | e0aee2f6e0dde0aee2e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)