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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 多叔多叔B | 100100011011110110001111011001101001000110111101100011110110011001000010 | 91bd8f6691bd8f6642 |
EUC-JP | 多叔多叔B | 110000101011111110111101110001111100001010111111101111011100011101000010 | c2bfbdc7c2bfbdc742 |
UTF-8 | 多叔多叔B | 11100101101001001001101011100101100011111001010011100101101001001001101011100101100011111001010001000010 | e5a49ae58f94e5a49ae58f9442 |
UHC | 多叔多叔B | 110100101111110111100010110100101101001011111101111000101101001001000010 | d2fde2d2d2fde2d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)