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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 将タ。ェョ宵 | 10001111101010111100000010100001111101111110110110101010101011101000111110101010 | 8fabc0a1f7edaaae8faa |
EUC-JP | 将タ。?ェョ宵 | 10111110101011011000111011000000100011101010000100111111100011101010101010001110101011101011111010101100 | bead8ec08ea13f8eaa8eaebeac |
UTF-8 | 将タ。ェョ宵 | 111001011011000010000110111011111011111010000000111011111011110110100001111011101001011110010000111011111011110110101010111011111011110110101110111001011010111010110101 | e5b086efbe80efbda1ee9790efbdaaefbdaee5aeb5 |
UHC | ??????宵 | 0011111100111111001111110011111100111111001111111110000110110010 | 3f3f3f3f3f3fe1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)