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 | ??炫???^ | 0011111100111111111110110101001000111111001111110011111101011110 | 3f3ffb523f3f3f5e |
EUC-JP | ??炫??晛^ | 0011111100111111100011111100100111010011001111110011111110001111110000101011101101011110 | 3f3f8fc9d33f3f8fc2bb5e |
UTF-8 | 넴뤓炫넴뤓晛^ | 11101011100001001011010011101011101001001001001111100111100000101010101111101011100001001011010011101011101001001001001111100110100110011001101101011110 | eb84b4eba493e782abeb84b4eba493e6999b5e |
UHC | 넴뤓炫넴뤓晛^ | 10110011110110111000111111000011111110101101101110110011110110111000111111000011111110101101100101011110 | b3db8fc3fadbb3db8fc3fad95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)