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 | 苜恰嵯 | 111001001001110010001010100001101000110110110101 | e49c8a868db5 |
EUC-JP | 苜恰嵯 | 111001111111110010110011111001101011101010110111 | e7fcb3e6bab7 |
UTF-8 | 苜恰嵯 | 111010001000101110011100111001101000000110110000111001011011010110101111 | e88b9ce681b0e5b5af |
UHC | ?恰嵯 | 0011111111111101111001101111001110101011 | 3ffde6f3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)