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^DD^D^ | 100100100100010001011110010001001001001001000100010111100100010001011110 | 92445e4492445e445e |
SJIS-WIN | ?D^D?D^D^ | 001111110100010001011110010001000011111101000100010111100100010001011110 | 3f445e443f445e445e |
EUC-JP | ?D^D?D^D^ | 001111110100010001011110010001000011111101000100010111100100010001011110 | 3f445e443f445e445e |
UTF-8 | D^DD^D^ | 1100001010010010010001000101111001000100110000101001001001000100010111100100010001011110 | c292445e44c292445e445e |
UHC | ?D^D?D^D^ | 001111110100010001011110010001000011111101000100010111100100010001011110 | 3f445e443f445e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)