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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | 裝耕?I | 111001011110010010001101011010110011111101001001 | e5e48d6b3f49 |
EUC-JP | 裝耕?I | 111010101110011010111001110011000011111101001001 | eae6b9cc3f49 |
UTF-8 | 裝耕뱄I | 11101000101000111001110111101000100000001001010111101011101100011000010001001001 | e8a39de88095ebb18449 |
UHC | 裝耕뱄I | 11101101111110111100110011101001101110011110111101001001 | edfbcce9b9ef49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)