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 | 洩石^ | 1000100101101011100100001100111001011110 | 896b90ce5e |
EUC-JP | 洩石^ | 1011000111001100110000001101000001011110 | b1ccc0d05e |
UTF-8 | 洩石^ | 11100110101101001010100111100111100111111011001101011110 | e6b4a9e79fb35e |
UHC | 洩石^ | 1110000011011101111000001011010001011110 | e0dde0b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)