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 | 也?Н | 1001011011100111001111111000010001001110 | 96e73f844e |
EUC-JP | 也?Н | 1100110011101001001111111010011110101111 | cce93fa7af |
UTF-8 | 也싲Н | 1110010010111001100111111110110010001011101100101101000010011101 | e4b99fec8bb2d09d |
UHC | 也싲Н | 111001011010010110011010111010111010110010101111 | e5a59aebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)