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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 捨鴫シケE | 1111000010111111100011101100110011110011111011101000111010110000101111001011100101000101 | f0bf8eccf3ee8eb0bcb945 |
EUC-JP | ?捨?鴫シケE | 0011111110111100110011100011111110111100101100101000111010111100100011101011100101000101 | 3fbcce3fbcb28ebc8eb945 |
UTF-8 | 捨鴫シケE | 11101110100000011011111011100110100011011010100011101110100010111010000111101001101101001010101111101111101111011011110011101111101111011011100101000101 | ee81bee68da8ee8ba1e9b4abefbdbcefbdb945 |
UHC | ?捨????E | 0011111111011110110101110011111100111111001111110011111101000101 | 3fded73f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)