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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨嫉治 | 100011101100110010001110101110011000111010100001 | 8ecc8eb98ea1 |
EUC-JP | 捨嫉治 | 101111001100111010111100101110111011110010100011 | bccebcbbbca3 |
UTF-8 | 捨嫉治 | 111001101000110110101000111001011010101110001001111001101011001010111011 | e68da8e5ab89e6b2bb |
UHC | 捨嫉治 | 110111101101011111110010111011001111011010111101 | ded7f2ecf6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)