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 | 只???第 | 10010001111111000011111100111111001111111001000111100110 | 91fc3f3f3f91e6 |
EUC-JP | 只???第 | 11000010111111100011111100111111001111111100001011101000 | c2fe3f3f3fc2e8 |
UTF-8 | 只쟉렰렦第 | 111001011000111110101010111011001001111110001001111010111010000010110000111010111010000010100110111001111010110010101100 | e58faaec9f89eba0b0eba0a6e7acac |
UHC | 只쟉렰렦第 | 11110001111111101100000011110001100011101011110110001110101101011111000010101111 | f1fec0f18ebd8eb5f0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)