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 | 罌???役 | 11100011101000000011111100111111001111111001011011110000 | e3a03f3f3f96f0 |
EUC-JP | 罌???役 | 11100110101000100011111100111111001111111100110011110010 | e6a23f3f3fccf2 |
UTF-8 | 罌뿌꾧펶役 | 111001111011110110001100111010111011111110001100111010101011111010100111111011011000111010110110111001011011110110111001 | e7bd8cebbf8ceabea7ed8eb6e5bdb9 |
UHC | 罌뿌꾧펶役 | 11100101101000101011101111010001100001001110101010111100100001111110011010110101 | e5a2bbd184eabc87e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)