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 | 樗?將?瀕樗 | 10010010100101000011111110011011100100100011111110010101011011011001001010010100 | 92943f9b923f956d9294 |
EUC-JP | 樗?將?瀕樗 | 11000011111101000011111111010101111100100011111111001001110011101100001111110100 | c3f43fd5f23fc9cec3f4 |
UTF-8 | 樗렍將대瀕樗 | 111001101010100010010111111010111010000010001101111001011011000010000111111010111000110010000000111001111000000010010101111001101010100010010111 | e6a897eba08de5b087eb8c80e78095e6a897 |
UHC | 樗렍將대瀕樗 | 111011101100000010001110101000111110110111100010101101001110101111011110101101011110111011000000 | eec08ea3ede2b4ebdeb5eec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)