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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 跖.跖.^ | 111001101110100010000001010001001110011011101000100000010100010001011110 | e6e88144e6e881445e |
EUC-JP | 跖.跖.^ | 111011001110101010100001101001011110110011101010101000011010010101011110 | eceaa1a5eceaa1a55e |
UTF-8 | 跖.跖.^ | 11101000101101111001011011101111101111001000111011101000101101111001011011101111101111001000111001011110 | e8b796efbc8ee8b796efbc8e5e |
UHC | ?.?.^ | 00111111101000111010111000111111101000111010111001011110 | 3fa3ae3fa3ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)