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 | 罌???渦 | 11100011101000000011111100111111001111111000100101010001 | e3a03f3f3f8951 |
EUC-JP | 罌???渦 | 11100110101000100011111100111111001111111011000110110010 | e6a23f3f3fb1b2 |
UTF-8 | 罌뿌꾧펶渦 | 111001111011110110001100111010111011111110001100111010101011111010100111111011011000111010110110111001101011100010100110 | e7bd8cebbf8ceabea7ed8eb6e6b8a6 |
UHC | 罌뿌꾧펶渦 | 11100101101000101011101111010001100001001110101010111100100001111110100010111110 | e5a2bbd184eabc87e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)