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 | ?????yB | 00111111001111110011111100111111001111110111100101000010 | 3f3f3f3f3f7942 |
SJIS-WIN | 鏑肆刀窪?yB | 1001001101001100111000111110011010010011100000011000110001000101001111110111100101000010 | 934ce3e693818c453f7942 |
EUC-JP | 鏑肆刀窪?yB | 1100010110101101111001101110100011000101111000011011011110100110001111110111100101000010 | c5ade6e8c5e1b7a63f7942 |
UTF-8 | 鏑肆刀窪렜yB | 1110100110001111100100011110100010000010100001101110010110001000100000001110011110101010101010101110101110100000100111000111100101000010 | e98f91e88286e58880e7aaaaeba09c7942 |
UHC | 鏑肆刀窪렜yB | 111011101110101111011110111010111101001111101111111010001100000110001110101011100111100101000010 | eeebdeebd3efe8c18eae7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)