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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 篠疾篠疾\ | 100011101100001010001110101111101000111011000010100011101011111001011100 | 8ec28ebe8ec28ebe5c |
EUC-JP | 篠疾篠疾\ | 101111001100010010111100110000001011110011000100101111001100000001011100 | bcc4bcc0bcc4bcc05c |
UTF-8 | 篠疾篠疾\ | 11100111101011111010000011100111100101101011111011100111101011111010000011100111100101101011111001011100 | e7afa0e796bee7afa0e796be5c |
UHC | 篠疾篠疾\ | 111000011100011011110010111100001110000111000110111100101111000001011100 | e1c6f2f0e1c6f2f05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)