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 | 張?℡ | 1001001010100011001111111000011110000100 | 92a33f8784 |
EUC-JP | 張?? | 11000100101001010011111100111111 | c4a53f3f |
UTF-8 | 張쟁℡ | 111001011011110010110101111011001001111110000001111000101000010010100001 | e5bcb5ec9f81e284a1 |
UHC | 張쟁℡ | 111011011110010111000000111011111010001011100101 | ede5c0efa2e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)