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 | ÒuB | 10011100110100101000001010001000100111010111010101000010 | 9cd282889d7542 |
SJIS-WIN | ?????uB | 00111111001111110011111100111111001111110111010101000010 | 3f3f3f3f3f7542 |
EUC-JP | ?Ò???uB | 001111111000111110101010110100100011111100111111001111110111010101000010 | 3f8faad23f3f3f7542 |
UTF-8 | ÒuB | 110000101001110011000011100100101100001010000010110000101000100011000010100111010111010101000010 | c29cc392c282c288c29d7542 |
UHC | ?????uB | 00111111001111110011111100111111001111110111010101000010 | 3f3f3f3f3f7542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)