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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 罌???] | 111000111010000000111111001111110011111101011101 | e3a03f3f3f5d |
EUC-JP | 罌???] | 111001101010001000111111001111110011111101011101 | e6a23f3f3f5d |
UTF-8 | 罌붇꾨럞] | 11100111101111011000110011101011101101101000011111101010101111101010100011101011100111111001111001011101 | e7bd8cebb687eabea8eb9f9e5d |
UHC | 罌붇꾨럞] | 111001011010001010111010110100011000010011101011100011101000000101011101 | e5a2bad184eb8e815d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)