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 | 裝耕潔 | 111001011110010010001101011010111000110010001001 | e5e48d6b8c89 |
EUC-JP | 裝耕潔 | 111010101110011010111001110011001011011111101001 | eae6b9ccb7e9 |
UTF-8 | 裝耕潔 | 111010001010001110011101111010001000000010010101111001101011110110010100 | e8a39de88095e6bd94 |
UHC | 裝耕潔 | 111011011111101111001100111010011100110010111110 | edfbcce9ccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)