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 | ûÓK | 111110111101001101001011 | fbd34b |
SJIS-WIN | ??K | 001111110011111101001011 | 3f3f4b |
EUC-JP | ûÓK | 10001111101010111110010110001111101010101101000101001011 | 8fabe58faad14b |
UTF-8 | ûÓK | 1100001110111011110000111001001101001011 | c3bbc3934b |
UHC | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)