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 | ??謎 | 00111111001111111001001111100100 | 3f3f93e4 |
EUC-JP | ??謎 | 00111111001111111100011011100110 | 3f3fc6e6 |
UTF-8 | 卽흘謎 | 111001011000110110111101111011011001110110011000111010001010110010001110 | e58dbded9d98e8ac8e |
UHC | 卽흘謎 | 111100011110110111001000111010101101101010111010 | f1edc8eadaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)