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 | ??d[ | 00111111001111110110010001011011 | 3f3f645b |
SJIS-WIN | \◇d[ | 100000010101111110000001100111100110010001011011 | 815f819e645b |
EUC-JP | \◇d[ | 101000011100000010100001111111100110010001011011 | a1c0a1fe645b |
UTF-8 | \◇d[ | 1110111110111100101111001110001010010111100001110110010001011011 | efbcbce29787645b |
UHC | \◇d[ | 101000011010110010100001110111100110010001011011 | a1aca1de645b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)