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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 宜?ⅶE | 100010110101100000111111111110100100011001000101 | 8b583ffa4645 |
EUC-JP | 宜??E | 1011010110111001001111110011111101000101 | b5b93f3f45 |
UTF-8 | 宜ⓨⅶE | 11100101101011101001110011100010100100111010100011100010100001011011011001000101 | e5ae9ce293a8e285b645 |
UHC | 宜ⓨⅶE | 11101011111100011010100011100101101001011010011101000101 | ebf1a8e5a5a745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)