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 | 野ь? | 1001011011101100100001001000111000111111 | 96ec848e3f |
EUC-JP | 野ь? | 1100110011101110101001111110111000111111 | cceea7ee3f |
UTF-8 | 野ь뿎 | 1110100110000111100011101101000110001100111010111011111110001110 | e9878ed18cebbf8e |
UHC | 野ь뿎 | 111001011010111110101100111011101001011110010011 | e5afacee9793 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)