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 | 鉸鉸^ | 1111101111001110111110111100111001011110 | fbcefbce5e |
EUC-JP | 鉸鉸^ | 10001111111000111111001010001111111000111111001001011110 | 8fe3f28fe3f25e |
UTF-8 | 鉸鉸^ | 11101001100010011011100011101001100010011011100001011110 | e989b8e989b85e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)