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 | ?Y?Z | 00111111010110010011111101011010 | 3f593f5a |
SJIS-WIN | 壓Y壓Z | 100110101101100001011001100110101101100001011010 | 9ad8599ad85a |
EUC-JP | 壓Y壓Z | 110101001101101001011001110101001101101001011010 | d4da59d4da5a |
UTF-8 | 壓Y壓Z | 1110010110100011100100110101100111100101101000111001001101011010 | e5a39359e5a3935a |
UHC | 壓Y壓Z | 111001001110001001011001111001001110001001011010 | e4e259e4e25a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)