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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雜呰雀 | 111010001011011010011001111011011001000010011101 | e8b699ed909d |
EUC-JP | 雜呰雀 | 111100001011100011010010111011111011111111111101 | f0b8d2efbffd |
UTF-8 | 雜呰雀 | 111010011001101110011100111001011001000110110000111010011001101110000000 | e99b9ce591b0e99b80 |
UHC | 雜?雀 | 1110110111011010001111111110110111001101 | edda3fedcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)