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 | 跫守ョ宿 | 11100110111011011000111011100111101011101000111101101000 | e6ed8ee7ae8f68 |
EUC-JP | 跫守ョ宿 | 1110110011101111101111001110100110001110101011101011110111001001 | ecefbce98eaebdc9 |
UTF-8 | 跫守ョ宿 | 111010001011011110101011111001011010111010001000111011111011110110101110111001011010111010111111 | e8b7abe5ae88efbdaee5aebf |
UHC | ?守?宿 | 001111111110000111111010001111111110001011010110 | 3fe1fa3fe2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)