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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訷、雜ケ | 111110111010010010100100111010001011011010111001 | fba4a4e8b6b9 |
EUC-JP | 訷、雜ケ | 100011111101110111010100100011101010010011110000101110001000111010111001 | 8fddd48ea4f0b88eb9 |
UTF-8 | 訷、雜ケ | 111010001010100010110111111011111011110110100100111010011001101110011100111011111011110110111001 | e8a8b7efbda4e99b9cefbdb9 |
UHC | ??雜? | 0011111100111111111011011101101000111111 | 3f3fedda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)