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 | 譫Ⅷ譫Ⅷ^ | 111001101001111010000111010110111110011010011110100001110101101101011110 | e69e875be69e875b5e |
EUC-JP | 譫?譫?^ | 11101011111111100011111111101011111111100011111101011110 | ebfe3febfe3f5e |
UTF-8 | 譫Ⅷ譫Ⅷ^ | 11101000101011011010101111100010100001011010011111101000101011011010101111100010100001011010011101011110 | e8adabe285a7e8adabe285a75e |
UHC | ?Ⅷ?Ⅷ^ | 00111111101001011011011100111111101001011011011101011110 | 3fa5b73fa5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)