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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 塋よ?瘟?? | 100110101100100010000010111001100011111111100001100010010011111100111111 | 9ac882e63fe1893f3f |
EUC-JP | 塋よ?瘟?? | 110101001100101010100100111010000011111111100001111010010011111100111111 | d4caa4e83fe1e93f3f |
UTF-8 | 塋よ떨瘟룡래 | 111001011010000110001011111000111000001010001000111010111001011010101000111001111001100010011111111010111010001110100001111010111001111010011000 | e5a18be38288eb96a8e7989feba3a1eb9e98 |
UHC | 塋よ떨瘟룡래 | 111001111010101110101010111010001011011010110011111010001011000010110111111001101011011110100001 | e7abaae8b6b3e8b0b7e6b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)