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 | 髫簿%縺 | 1110100110011010100101011110101110000001100100111110001110000001 | e99a95eb8193e381 |
EUC-JP | 髫簿%縺 | 1111000111111010110010101110110110100001111100111110010111100001 | f1facaeda1f3e5e1 |
UTF-8 | 髫簿%縺 | 111010011010101110101011111001111011000010111111111011111011110010000101111001111011100010111010 | e9ababe7b0bfefbc85e7b8ba |
UHC | ?簿%? | 001111111101110110101101101000111010010100111111 | 3fddada3a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)