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 | 張ч? | 1001001010100011100001001000100100111111 | 92a384893f |
EUC-JP | 張ч? | 1100010010100101101001111110100100111111 | c4a5a7e93f |
UTF-8 | 張ч쎁 | 1110010110111100101101011101000110000111111011001000111010000001 | e5bcb5d187ec8e81 |
UHC | 張ч쎁 | 111011011110010110101100111010011001101110101011 | ede5ace99bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)