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 | B@K | 1001101001000010100110100100000001001011 | 9a429a404b |
SJIS-WIN | ?B?@K | 0011111101000010001111110100000001001011 | 3f423f404b |
EUC-JP | ?B?@K | 0011111101000010001111110100000001001011 | 3f423f404b |
UTF-8 | B@K | 11000010100110100100001011000010100110100100000001001011 | c29a42c29a404b |
UHC | ?B?@K | 0011111101000010001111110100000001001011 | 3f423f404b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)