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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 諠憺エヲ^ | 11100110100000111001110011101001101101001010011001011110 | e6839ce9b4a65e |
EUC-JP | 諠憺エヲ^ | 111010111110001111011000111010111000111010110100100011101010011001011110 | ebe3d8eb8eb48ea65e |
UTF-8 | 諠憺エヲ^ | 11101000101010111010000011100110100001101011101011101111101111011011010011101111101111011010011001011110 | e8aba0e686baefbdb4efbda65e |
UHC | ?憺??^ | 001111111101001110111100001111110011111101011110 | 3fd3bc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)