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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 咀?第 | 1001100111110000001111111001000111100110 | 99f03f91e6 |
EUC-JP | 咀?第 | 1101001011110010001111111100001011101000 | d2f23fc2e8 |
UTF-8 | 咀렍第 | 111001011001001010000000111010111010000010001101111001111010110010101100 | e59280eba08de7acac |
UHC | 咀렍第 | 111011101011101010001110101000111111000010101111 | eeba8ea3f0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)