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 | 頷門シЭ | 11101000111101011001011011100101101111001000010001011110 | e8f596e5bc845e |
EUC-JP | 頷門シЭ | 1111000011110111110011001110011110001110101111001010011110111111 | f0f7cce78ebca7bf |
UTF-8 | 頷門シЭ | 1110100110100000101101111110100110010110100000001110111110111101101111001101000010101101 | e9a0b7e99680efbdbcd0ad |
UHC | ?門?Э | 001111111101101010100110001111111010110010111111 | 3fdaa63facbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)