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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鄙滉 | 11100111101111111001111111100100 | e7bf9fe4 |
EUC-JP | 鄙滉 | 11101110110000011101111011100110 | eec1dee6 |
UTF-8 | 鄙滉 | 111010011000010010011001111001101011101110001001 | e98499e6bb89 |
UHC | 鄙滉 | 11011110101010011111110011010001 | dea9fcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)