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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?毛制? | 001111111001011011010001100100001010011100111111 | 3f96d190a73f |
EUC-JP | ?毛制? | 001111111100110011010011110000001010100100111111 | 3fccd3c0a93f |
UTF-8 | 뤲毛制ㆋ | 111010111010010010110010111001101010111110011011111001011000100010110110111000111000011010001011 | eba4b2e6af9be588b6e3868b |
UHC | 뤲毛制ㆋ | 1000111111100000110110011011111011110000101001001010010011111011 | 8fe0d9bef0a4a4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)