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 | 籥令縺 | 111000101101111010010111110111111110001110000001 | e2de97dfe381 |
EUC-JP | 籥令縺 | 111001001110000011001110111000011110010111100001 | e4e0cee1e5e1 |
UTF-8 | 籥令縺 | 111001111011000110100101111001001011101110100100111001111011100010111010 | e7b1a5e4bba4e7b8ba |
UHC | ?令? | 00111111110101101011010100111111 | 3fd6b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)