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 | 濠槃曼 | 100011011000101010011110110011111001100111010110 | 8d8a9ecf99d6 |
EUC-JP | 濠槃曼 | 101110011110101011011100110100011101001011011000 | b9eadcd1d2d8 |
UTF-8 | 濠槃曼 | 111001101011111110100000111001101010011110000011111001101001101110111100 | e6bfa0e6a783e69bbc |
UHC | 濠槃曼 | 111110111100110011011010111010011101100010111010 | fbccdae9d8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)