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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諷ょ搖 | 111001101000010110000010111001011001110110001010 | e68582e59d8a |
EUC-JP | 諷ょ搖 | 111010111110010110100100111001111101100111101010 | ebe5a4e7d9ea |
UTF-8 | 諷ょ搖 | 111010001010101110110111111000111000001010000111111001101001000010010110 | e8abb7e38287e69096 |
UHC | 諷ょ搖 | 111110011010010010101010111001111110100011110100 | f9a4aae7e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)