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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 奧??鵝?? | 1001101011111010001111110011111111101010010000000011111100111111 | 9afa3f3fea403f3f |
EUC-JP | 奧??鵝?? | 1101010011111100001111110011111111110011101000010011111100111111 | d4fc3f3ff3a13f3f |
UTF-8 | 奧덌엠鵝뤺떈 | 111001011010010110100111111010111000110110001100111011001001011110100000111010011011010110011101111010111010010010111010111010111001011010001000 | e5a5a7eb8d8cec97a0e9b59deba4baeb9688 |
UHC | 奧덌엠鵝뤺떈 | 111001111111001110001000111011111011111110100101111001001011110110001111111010001000101110011110 | e7f388efbfa5e4bd8fe88b9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)