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 | 陬晄ソォ | 111010001010001110011101111001101011111110101011 | e8a39de6bfab |
EUC-JP | 陬晄ソォ | 1111000010100101110110101110100010001110101111111000111010101011 | f0a5dae88ebf8eab |
UTF-8 | 陬晄ソォ | 111010011001100110101100111001101001100110000100111011111011110110111111111011111011110110101011 | e999ace69984efbdbfefbdab |
UHC | ?晄?? | 0011111111111100110011010011111100111111 | 3ffccd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)