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 | 怏筬?\ | 100111001000100111100010101010110011111101011100 | 9c89e2ab3f5c |
EUC-JP | 怏筬?\ | 110101111110100111100100101011010011111101011100 | d7e9e4ad3f5c |
UTF-8 | 怏筬응\ | 11100110100000001000111111100111101011011010110011101100100111011001000101011100 | e6808fe7adacec9d915c |
UHC | 怏筬응\ | 11100100111010001110000011111110110000001100000001011100 | e4e8e0fec0c05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)