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 | 潁溏躊 | 100111111111000110011111111011011110011101010011 | 9ff19fede753 |
EUC-JP | 潁溏躊 | 110111101111001111011110111011111110110110110100 | def3deefedb4 |
UTF-8 | 潁溏躊 | 111001101011110110000001111001101011101010001111111010001011101010001010 | e6bd81e6ba8fe8ba8a |
UHC | 潁?躊 | 1110011110111000001111111111000111001100 | e7b83ff1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)