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 | ?港??港?^ | 001111111000110101100000001111110011111110001101011000000011111101011110 | 3f8d603f3f8d603f5e |
EUC-JP | ?港??港?^ | 001111111011100111000001001111110011111110111001110000010011111101011110 | 3fb9c13f3fb9c13f5e |
UTF-8 | 뤓港잇뤓港잇^ | 11101011101001001001001111100110101110001010111111101100100111101000011111101011101001001001001111100110101110001010111111101100100111101000011101011110 | eba493e6b8afec9e87eba493e6b8afec9e875e |
UHC | 뤓港잇뤓港잇^ | 10001111110000111111100111111011110000001101010110001111110000111111100111111011110000001101010101011110 | 8fc3f9fbc0d58fc3f9fbc0d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)