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 | 髯ヲ蟶晄シ | 1110100110011001101001101110010110111000100111011110011010111100 | e999a6e5b89de6bc |
EUC-JP | 髯ヲ蟶晄シ | 11110001111110011000111010100110111010101011101011011010111010001000111010111100 | f1f98ea6eabadae88ebc |
UTF-8 | 髯ヲ蟶晄シ | 111010011010101110101111111011111011110110100110111010001001111110110110111001101001100110000100111011111011110110111100 | e9abafefbda6e89fb6e69984efbdbc |
UHC | ???晄? | 001111110011111100111111111111001100110100111111 | 3f3f3ffccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)