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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 奣哺^ | 1111101010100011100110100100110101011110 | faa39a4d5e |
EUC-JP | 奣哺^ | 100011111011100011111100110100111010111001011110 | 8fb8fcd3ae5e |
UTF-8 | 奣哺^ | 11100101101001011010001111100101100100111011101001011110 | e5a5a3e593ba5e |
UHC | ?哺^ | 00111111111110001101010001011110 | 3ff8d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)