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 | ?兢? | 00111111100110010101110100111111 | 3f995d3f |
EUC-JP | 勖兢? | 100011111011001111101101110100011011111000111111 | 8fb3edd1be3f |
UTF-8 | 勖兢렎 | 111001011000101110010110111001011000010110100010111010111010000010001110 | e58b96e585a2eba08e |
UHC | 勖兢렎 | 111010011110110111010000111001111000111010100100 | e9edd0e78ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)