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 | ?????gF | 00111111001111110011111100111111001111110110011101000110 | 3f3f3f3f3f6746 |
SJIS-WIN | 鏑肆刀窪?gF | 1001001101001100111000111110011010010011100000011000110001000101001111110110011101000110 | 934ce3e693818c453f6746 |
EUC-JP | 鏑肆刀窪?gF | 1100010110101101111001101110100011000101111000011011011110100110001111110110011101000110 | c5ade6e8c5e1b7a63f6746 |
UTF-8 | 鏑肆刀窪렜gF | 1110100110001111100100011110100010000010100001101110010110001000100000001110011110101010101010101110101110100000100111000110011101000110 | e98f91e88286e58880e7aaaaeba09c6746 |
UHC | 鏑肆刀窪렜gF | 111011101110101111011110111010111101001111101111111010001100000110001110101011100110011101000110 | eeebdeebd3efe8c18eae6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)