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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 碯碪畚碯碪畚B | 11100001111100111110000111110010111000010101110011100001111100111110000111110010111000010101110001000010 | e1f3e1f2e15ce1f3e1f2e15c42 |
EUC-JP | 碯碪畚碯碪畚B | 11100010111101011110001011110100111000011011110111100010111101011110001011110100111000011011110101000010 | e2f5e2f4e1bde2f5e2f4e1bd42 |
UTF-8 | 碯碪畚碯碪畚B | 11100111101000101010111111100111101000101010101011100111100101011001101011100111101000101010111111100111101000101010101011100111100101011001101001000010 | e7a2afe7a2aae7959ae7a2afe7a2aae7959a42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)