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 | ?谿霆 | 0011111111100110101011101110100010111011 | 3fe6aee8bb |
EUC-JP | 訑谿霆 | 10001111110111011100011111101100101100001111000010111101 | 8fddc7ecb0f0bd |
UTF-8 | 訑谿霆 | 111010001010100010010001111010001011000010111111111010011001110010000110 | e8a891e8b0bfe99c86 |
UHC | ?谿霆 | 0011111111001101101011001110111111111101 | 3fcdaceffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)