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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裝耕潔茁 | 1110010111100100100011010110101110001100100010011111101110010011 | e5e48d6b8c89fb93 |
EUC-JP | 裝耕潔茁 | 111010101110011010111001110011001011011111101001100011111101011111011110 | eae6b9ccb7e98fd7de |
UTF-8 | 裝耕潔茁 | 111010001010001110011101111010001000000010010101111001101011110110010100111010001000110010000001 | e8a39de88095e6bd94e88c81 |
UHC | 裝耕潔茁 | 1110110111111011110011001110100111001100101111101111000111101000 | edfbcce9ccbef1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)