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 | ????aB | 001111110011111100111111001111110110000101000010 | 3f3f3f3f6142 |
SJIS-WIN | 促贈狸続aB | 10010001101000111001000110100001100100100100101110010001101100010110000101000010 | 91a391a1924b91b16142 |
EUC-JP | 促贈狸続aB | 11000010101001011100001010100011110000111010110011000010101100110110000101000010 | c2a5c2a3c3acc2b36142 |
UTF-8 | 促贈狸続aB | 1110010010111111100000111110100010110100100010001110011110001011101110001110011110110110100110100110000101000010 | e4bf83e8b488e78bb8e7b69a6142 |
UHC | 促贈狸?aB | 111101011011010111110001111111001101011111100001001111110110000101000010 | f5b5f1fcd7e13f6142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)