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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 章ェシ」昭ロ | 1000111111001101101010101011110010100011100011111011101011011011 | 8fcdaabca38fbadb |
EUC-JP | 章ェシ」昭ロ | 101111101100111110001110101010101000111010111100100011101010001110111110101111001000111011011011 | becf8eaa8ebc8ea3bebc8edb |
UTF-8 | 章ェシ」昭ロ | 111001111010101110100000111011111011110110101010111011111011110110111100111011111011110110100011111001101001100010101101111011111011111010011011 | e7aba0efbdaaefbdbcefbda3e698adefbe9b |
UHC | 章???昭? | 1110110111110001001111110011111100111111111000011011100100111111 | edf13f3f3fe1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)