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 | 在?? | 10001101110111010011111100111111 | 8ddd3f3f |
EUC-JP | 在?? | 10111010110111110011111100111111 | badf3f3f |
UTF-8 | 在븜렠 | 111001011001110010101000111010111011100010011100111010111010000010100000 | e59ca8ebb89ceba0a0 |
UHC | 在븜렠 | 111011101010010010111010111011101000111010110001 | eea4baee8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)