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 | 111000001011101001101011 | e0ba6b |
SJIS-WIN | ??k | 001111110011111101101011 | 3f3f6b |
EUC-JP | àºk | 10001111101010111010001010001111101000101110101101101011 | 8faba28fa2eb6b |
UTF-8 | àºk | 1100001110100000110000101011101001101011 | c3a0c2ba6b |
UHC | ?ºk | 00111111101010001010110001101011 | 3fa8ac6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)