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 | 1001001010101100111000111110011010010011100000011000110001000101001111110111100101000010 | 92ace3e693818c453f7942 |
EUC-JP | 町肆刀窪?yB | 1100010010101110111001101110100011000101111000011011011110100110001111110111100101000010 | c4aee6e8c5e1b7a63f7942 |
UTF-8 | 町肆刀窪렜yB | 1110011110010100101110101110100010000010100001101110010110001000100000001110011110101010101010101110101110100000100111000111100101000010 | e794bae88286e58880e7aaaaeba09c7942 |
UHC | 町肆刀窪렜yB | 111011111110101111011110111010111101001111101111111010001100000110001110101011100111100101000010 | efebdeebd3efe8c18eae7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)