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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 正?鼎? | 100100001011001100111111100100110100001100111111 | 90b33f93433f |
EUC-JP | 正?鼎? | 110000001011010100111111110001011010010000111111 | c0b53fc5a43f |
UTF-8 | 正렋鼎렟 | 111001101010110110100011111010111010000010001011111010011011110010001110111010111010000010011111 | e6ada3eba08be9bc8eeba09f |
UHC | 正렋鼎렟 | 1110111111100001100011101010001011110000101000111000111010110000 | efe18ea2f0a38eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)