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 | ?勝^ | 00111111100011111001111101011110 | 3f8f9f5e |
EUC-JP | ?勝^ | 00111111101111101010000101011110 | 3fbea15e |
UTF-8 | 멡勝^ | 11101011101010011010000111100101100010111001110101011110 | eba9a1e58b9d5e |
UHC | 멡勝^ | 1001000101010001111000111010110101011110 | 9151e3ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)