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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 裝絅?\ | 111001011110010011100011010001000011111101011100 | e5e4e3443f5c |
EUC-JP | 裝絅?\ | 111010101110011011100101101001010011111101011100 | eae6e5a53f5c |
UTF-8 | 裝絅헬\ | 11101000101000111001110111100111101101011000010111101101100101111010110001011100 | e8a39de7b585ed97ac5c |
UHC | 裝絅헬\ | 11101101111110111100110011100111110001111110111101011100 | edfbcce7c7ef5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)