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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 裝??^ | 1110010111100100001111110011111101011110 | e5e43f3f5e |
EUC-JP | 裝??^ | 1110101011100110001111110011111101011110 | eae63f3f5e |
UTF-8 | 裝껈눃^ | 11101000101000111001110111101010101110111000100011101011100010001000001101011110 | e8a39deabb88eb88835e |
UHC | 裝껈눃^ | 11101101111110111000001111101001100001111010010001011110 | edfb83e987a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)