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 | 躁嵌拔 | 111001110100111010011011110001101001110101010101 | e74e9bc69d55 |
EUC-JP | 躁嵌拔 | 111011011010111111010110110010001101100110110110 | edafd6c8d9b6 |
UTF-8 | 躁嵌拔 | 111010001011101010000001111001011011010110001100111001101000101110010100 | e8ba81e5b58ce68b94 |
UHC | 躁嵌拔 | 111100001110001011001010111011101101101011111011 | f0e2caeedafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)