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 | 雪苡?? | 100100001110000111100100100011110011111100111111 | 90e1e48f3f3f |
EUC-JP | 雪苡?? | 110000001110001111100111111011110011111100111111 | c0e3e7ef3f3f |
UTF-8 | 雪苡렋렍 | 111010011001101110101010111010001000101110100001111010111010000010001011111010111010000010001101 | e99baae88ba1eba08beba08d |
UHC | 雪苡렋렍 | 1110000011100100111011001011111010001110101000101000111010100011 | e0e4ecbe8ea28ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)