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 | 絮鎖? | 1110001101010000100011011011110100111111 | e3508dbd3f |
EUC-JP | 絮鎖? | 1110010110110001101110101011111100111111 | e5b1babf3f |
UTF-8 | 絮鎖곊 | 111001111011010110101110111010011000111010010110111010101011001110001010 | e7b5aee98e96eab38a |
UHC | 絮鎖곊 | 110111111111110011100001111100001000000111001110 | dffce1f081ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)