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 | コ暿 | 1111001010100011101110101111101011011101 | f2a3bafadd |
EUC-JP | ?コ暿 | 001111111000111010111010100011111100001011011110 | 3f8eba8fc2de |
UTF-8 | コ暿 | 111011101000011110011010111011111011110110111010111001101001101010111111 | ee879aefbdbae69abf |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)