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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 址?烈E | 100110101010110000111111100101111111001101000101 | 9aac3f97f345 |
EUC-JP | 址?烈E | 110101001010111000111111110011101111010101000101 | d4ae3fcef545 |
UTF-8 | 址띕烈E | 11100101100111011000000011101011100111011001010111100111100000111000100001000101 | e59d80eb9d95e7838845 |
UHC | 址띕烈E | 11110010101000111011011011101011110101101010110101000101 | f2a3b6ebd6ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)