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 | ?F?W | 00111111010001100011111101010111 | 3f463f57 |
SJIS-WIN | 辰F竪W | 100100100100001101000110100100100100011101010111 | 924346924757 |
EUC-JP | 辰F竪W | 110000111010010001000110110000111010100001010111 | c3a446c3a857 |
UTF-8 | 辰F竪W | 1110100010111110101100000100011011100111101010111010101001010111 | e8beb046e7abaa57 |
UHC | 辰F竪W | 111100101110001101000110111000101011010101010111 | f2e346e2b557 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)