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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 駿?牝E | 100011110111100000111111100101101100010001000101 | 8f783f96c445 |
EUC-JP | 駿?牝E | 101111011101100100111111110011001100011001000101 | bdd93fccc645 |
UTF-8 | 駿계牝E | 11101001101001111011111111101010101100111000010011100111100010011001110101000101 | e9a7bfeab384e7899d45 |
UHC | 駿계牝E | 11110001111001111011000011101000110111101011011001000101 | f1e7b0e8deb645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)