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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鎖僊 | 10001101101111011001100101000001 | 8dbd9941 |
EUC-JP | 鎖僊 | 10111010101111111101000110100010 | babfd1a2 |
UTF-8 | 鎖僊 | 111010011000111010010110111001011000001110001010 | e98e96e5838a |
UHC | 鎖僊 | 11100001111100001110000010111010 | e1f0e0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)