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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?港?港^ | 00111111100011010110000000111111100011010110000001011110 | 3f8d603f8d605e |
EUC-JP | ?港?港^ | 00111111101110011100000100111111101110011100000101011110 | 3fb9c13fb9c15e |
UTF-8 | 뤓港뤓港^ | 11101011101001001001001111100110101110001010111111101011101001001001001111100110101110001010111101011110 | eba493e6b8afeba493e6b8af5e |
UHC | 뤓港뤓港^ | 100011111100001111111001111110111000111111000011111110011111101101011110 | 8fc3f9fb8fc3f9fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)