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 | 逕ッ豐サ蟄 | 1110011110010100101011111110011010110010101110111110010110101101 | e794afe6b2bbe5ad |
EUC-JP | 逕ッ豐サ蟄 | 11101101111101001000111010101111111011001011010010001110101110111110101010101111 | edf48eafecb48ebbeaaf |
UTF-8 | 逕ッ豐サ蟄 | 111010011000000010010101111011111011110110101111111010001011000110010000111011111011110110111011111010001001111110000100 | e98095efbdafe8b190efbdbbe89f84 |
UHC | 逕???蟄 | 11001100111011110011111100111111001111111111011011011110 | ccef3f3f3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)