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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 溏魏e^ | 100111111110110111101001101100000110010101011110 | 9fede9b0655e |
EUC-JP | 溏魏e^ | 110111101110111111110010101100100110010101011110 | deeff2b2655e |
UTF-8 | 溏魏e^ | 1110011010111010100011111110100110101101100011110110010101011110 | e6ba8fe9ad8f655e |
UHC | ?魏e^ | 0011111111101010111000000110010101011110 | 3feae0655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)