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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 槽莉}槽莉{^ | 1001000110000101111001001011101101111101100100011000010111100100101110110111101101011110 | 9185e4bb7d9185e4bb7b5e |
EUC-JP | 槽莉}槽莉{^ | 1100000111100101111010001011110101111101110000011110010111101000101111010111101101011110 | c1e5e8bd7dc1e5e8bd7b5e |
UTF-8 | 槽莉}槽莉{^ | 111001101010011110111101111010001000111010001001011111011110011010100111101111011110100010001110100010010111101101011110 | e6a7bde88e897de6a7bde88e897b5e |
UHC | 槽莉}槽莉{^ | 1111000011001011110101111110100101111101111100001100101111010111111010010111101101011110 | f0cbd7e97df0cbd7e97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)