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 | 銕ィ鮃コ褪 | 1110011111101100101010001110100110110111101110101110010111110010 | e7eca8e9b7bae5f2 |
EUC-JP | 銕ィ鮃コ褪 | 11101110111011101000111010101000111100101011100110001110101110101110101011110100 | eeee8ea8f2b98ebaeaf4 |
UTF-8 | 銕ィ鮃コ褪 | 111010011000101010010101111011111011110110101000111010011010111010000011111011111011110110111010111010001010010010101010 | e98a95efbda8e9ae83efbdbae8a4aa |
UHC | ????褪 | 001111110011111100111111001111111111011111011011 | 3f3f3f3ff7db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)