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 | 瑤??僥?? | 1110101010100010001111110011111110011001010001100011111100111111 | eaa23f3f99463f3f |
EUC-JP | 瑤??僥?? | 1111010010100100001111110011111111010001101001110011111100111111 | f4a43f3fd1a73f3f |
UTF-8 | 瑤듸푽僥쀯쉼 | 111001111001000110100100111010111001001110111000111011011001000110111101111001011000001110100101111011001000000010101111111011001000100110111100 | e791a4eb93b8ed91bde583a5ec80afec89bc |
UHC | 瑤듸푽僥쀯쉼 | 111010001111110110110101111011111011111010001000111010001110100110010111111011111011110110110000 | e8fdb5efbe88e8e997efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)