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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 眸眸牾@h | 11100001110001101111001011110000111000011100011011100000101100010100000001101000 | e1c6f2f0e1c6e0b14068 |
EUC-JP | 眸?眸牾@h | 111000101100100000111111111000101100100011100000101100110100000001101000 | e2c83fe2c8e0b34068 |
UTF-8 | 眸眸牾@h | 1110011110011100101110001110111010001000101001111110011110011100101110001110011110001001101111100100000001101000 | e79cb8ee88a7e79cb8e789be4068 |
UHC | 眸?眸?@h | 1101100111000010001111111101100111000010001111110100000001101000 | d9c23fd9c23f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)