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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雜呵ェ、褊カ | 111010001011011010011001111010001010101010100100111001011110110110110110 | e8b699e8aaa4e5edb6 |
EUC-JP | 雜呵ェ、褊カ | 111100001011100011010010111010101000111010101010100011101010010011101010111011111000111010110110 | f0b8d2ea8eaa8ea4eaef8eb6 |
UTF-8 | 雜呵ェ、褊カ | 111010011001101110011100111001011001000110110101111011111011110110101010111011111011110110100100111010001010010010001010111011111011110110110110 | e99b9ce591b5efbdaaefbda4e8a48aefbdb6 |
UHC | 雜呵???? | 1110110111011010110010101010011100111111001111110011111100111111 | eddacaa73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)