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 | 顆キ蟠取ュ楢 | 11101000111101111011011111100101101101001000111011100110101011011001001111101000 | e8f7b7e5b48ee6ad93e8 |
EUC-JP | 顆キ蟠取ュ楢 | 111100001111100110001110101101111110101010110110101111001110100010001110101011011100011011101010 | f0f98eb7eab6bce88eadc6ea |
UTF-8 | 顆キ蟠取ュ楢 | 111010011010000110000110111011111011110110110111111010001001111110100000111001011000111110010110111011111011110110101101111001101010010110100010 | e9a186efbdb7e89fa0e58f96efbdade6a5a2 |
UHC | 顆?蟠取?楢 | 11001110101010000011111111011010111101101111011010100010001111111110101011111001 | cea83fdaf6f6a23feaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)