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 | 1110010010011101001111110011111110001111010111000110000101000010 | e49d3f3f8f5c6142 |
EUC-JP | 茉??十aB | 1110011111111101001111110011111110111101101111010110000101000010 | e7fd3f3fbdbd6142 |
UTF-8 | 茉롛렽十aB | 1110100010001100100010011110101110100001100110111110101110100000101111011110010110001101100000010110000101000010 | e88c89eba19beba0bde58d816142 |
UHC | 茉롛렽十aB | 11011000110010011000111011011111100011101100010111100100101010000110000101000010 | d8c98edf8ec5e4a86142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)