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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 正?晨?? | 10010000101100110011111110011101111011010011111100111111 | 90b33f9ded3f3f |
EUC-JP | 正?晨?? | 11000000101101010011111111011010111011110011111100111111 | c0b53fdaef3f3f |
UTF-8 | 正렋晨흗렏 | 111001101010110110100011111010111010000010001011111001101001100110101000111011011001110110010111111010111010000010001111 | e6ada3eba08be699a8ed9d97eba08f |
UHC | 正렋晨흗렏 | 11101111111000011000111010100010111000111110011111001000111010011000111010100101 | efe18ea2e3e7c8e98ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)