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 | 讖一セ滔亨 | 111001101010100110001000111010101011111010011111111010111000101110011100 | e6a988eabe9feb8b9c |
EUC-JP | 讖一セ滔亨 | 11101100101010111011000011101100100011101011111011011110111011011011010111111100 | ecabb0ec8ebedeedb5fc |
UTF-8 | 讖一セ滔亨 | 111010001010111010010110111001001011100010000000111011111011110110111110111001101011101110010100111001001011101010101000 | e8ae96e4b880efbdbee6bb94e4baa8 |
UHC | 讖一?滔亨 | 111100111101100111101100111010010011111111010100101001011111101011111011 | f3d9ece93fd4a5fafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)