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 | 邀??邂ф | 1110011110110001001111110011111111100111101011101000010010000110 | e7b13f3fe7ae8486 |
EUC-JP | 邀??邂ф | 1110111010110011001111110011111111101110101100001010011111100110 | eeb33f3feeb0a7e6 |
UTF-8 | 邀륁옱邂ф | 1110100110000010100000001110101110100101100000011110110010011000101100011110100110000010100000101101000110000100 | e98280eba581ec98b1e98282d184 |
UHC | 邀륁옱邂ф | 11101001101011011000111111101100100111101010110011111010101100111010110011100110 | e9ad8fec9eacfab3ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)