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 | 贓?肄?漬 | 1110011011011001001111111110001111100101001111111001001011010000 | e6d93fe3e53f92d0 |
EUC-JP | 贓?肄?漬 | 1110110011011011001111111110011011100111001111111100010011010010 | ecdb3fe6e73fc4d2 |
UTF-8 | 贓렎肄렪漬 | 111010001011010010010011111010111010000010001110111010001000001010000100111010111010000010101010111001101011110010101100 | e8b493eba08ee88284eba0aae6bcac |
UHC | 贓렎肄렪漬 | 11101101111111001000111010100100111011001011110110001110101110001111001010110000 | edfc8ea4ecbd8eb8f2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)