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^`D^OB | 100100100100010001011110011000001001001001000100010111100100111101000010 | 92445e6092445e4f42 |
SJIS-WIN | ?D^`?D^OB | 001111110100010001011110011000000011111101000100010111100100111101000010 | 3f445e603f445e4f42 |
EUC-JP | ?D^`?D^OB | 001111110100010001011110011000000011111101000100010111100100111101000010 | 3f445e603f445e4f42 |
UTF-8 | D^`D^OB | 1100001010010010010001000101111001100000110000101001001001000100010111100100111101000010 | c292445e60c292445e4f42 |
UHC | ?D^`?D^OB | 001111110100010001011110011000000011111101000100010111100100111101000010 | 3f445e603f445e4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)