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 | 貞?┬ | 1001001011100101001111111000010010100110 | 92e53f84a6 |
EUC-JP | 貞?┬ | 1100010011100111001111111010100010101000 | c4e73fa8a8 |
UTF-8 | 貞닷┬ | 111010001011001010011110111010111000101110110111111000101001010010101100 | e8b29eeb8bb7e294ac |
UHC | 貞닷┬ | 111011111111011010110100111001011010011010101000 | eff6b4e5a6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)