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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豫??萸? | 10011000101011000011111100111111111001001100111000111111 | 98ac3f3fe4ce3f |
EUC-JP | 豫??萸? | 11010000101011100011111100111111111010001101000000111111 | d0ae3f3fe8d03f |
UTF-8 | 豫겸뫀萸콮 | 111010001011000110101011111010101011001010111000111010111010101110000000111010001001000010111000111011001011110110101110 | e8b1abeab2b8ebab80e890b8ecbdae |
UHC | 豫겸뫀萸콮 | 11100111111000111011000011100010100100011010010011101011101011011011001001000010 | e7e3b0e291a4ebadb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)