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 | 蜊Ⅷ蜊Ⅷ^ | 111001011000110110000111010110111110010110001101100001110101101101011110 | e58d875be58d875b5e |
EUC-JP | 蜊?蜊?^ | 11101001111011010011111111101001111011010011111101011110 | e9ed3fe9ed3f5e |
UTF-8 | 蜊Ⅷ蜊Ⅷ^ | 11101000100111001000101011100010100001011010011111101000100111001000101011100010100001011010011101011110 | e89c8ae285a7e89c8ae285a75e |
UHC | ?Ⅷ?Ⅷ^ | 00111111101001011011011100111111101001011011011101011110 | 3fa5b73fa5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)