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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 敖??徇?? | 1001110111000010001111110011111110011100011011010011111100111111 | 9dc23f3f9c6d3f3f |
EUC-JP | 敖??徇?? | 1101101011000100001111110011111111010111110011100011111100111111 | dac43f3fd7ce3f3f |
UTF-8 | 敖잍깄徇뽬썯 | 111001101001010110010110111011001001111010001101111010101011100110000100111001011011111010000111111010111011110110101100111011001000110110101111 | e69596ec9e8deab984e5be87ebbdacec8daf |
UHC | 敖잍깄徇뽬썯 | 111001111111100110011111111001101000001110000101111000101101111110010110111010001001101110011111 | e7f99fe68385e2df96e89b9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)