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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??賞??詳^ | 001111110011111110001111110111000011111100111111100011111101101001011110 | 3f3f8fdc3f3f8fda5e |
EUC-JP | ??賞??詳^ | 001111110011111110111110110111100011111100111111101111101101110001011110 | 3f3fbede3f3fbedc5e |
UTF-8 | 닳뤅賞닳뤅詳^ | 11101011100010111011001111101011101001001000010111101000101100111001111011101011100010111011001111101011101001001000010111101000101010011011001101011110 | eb8bb3eba485e8b39eeb8bb3eba485e8a9b35e |
UHC | 닳뤅賞닳뤅詳^ | 10110100111000101000111110110101110111111101101110110100111000101000111110110101110111111101100101011110 | b4e28fb5dfdbb4e28fb5dfd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)