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 | 霄頑ケォ蟄 | 1110100010111010100010101110011010111001101010111110010110101101 | e8ba8ae6b9abe5ad |
EUC-JP | 霄頑ケォ蟄 | 11110000101111001011010011101000100011101011100110001110101010111110101010101111 | f0bcb4e88eb98eabeaaf |
UTF-8 | 霄頑ケォ蟄 | 111010011001110010000100111010011010000010010001111011111011110110111001111011111011110110101011111010001001111110000100 | e99c84e9a091efbdb9efbdabe89f84 |
UHC | ?頑??蟄 | 00111111111010001101011100111111001111111111011011011110 | 3fe8d73f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)