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 | 傳?? | 10011001010000100011111100111111 | 99423f3f |
EUC-JP | 傳?? | 11010001101000110011111100111111 | d1a33f3f |
UTF-8 | 傳렋렺 | 111001011000001010110011111010111010000010001011111010111010000010111010 | e582b3eba08beba0ba |
UHC | 傳렋렺 | 111011101110111010001110101000101000111011000010 | eeee8ea28ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)