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 | 趙峯舞 | 111001101110001010010101111101011001010110010001 | e6e295f59591 |
EUC-JP | 趙峯舞 | 111011001110010011001010111101111100100111110001 | ece4caf7c9f1 |
UTF-8 | 趙峯舞 | 111010001011011010011001111001011011001110101111111010001000100010011110 | e8b699e5b3afe8889e |
UHC | 趙峯舞 | 111100001110000111011100111001111101100111110001 | f0e1dce7d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)