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 | 應?兵 | 1001110011100100001111111001010110111010 | 9ce43f95ba |
EUC-JP | 應?兵 | 1101100011100110001111111100101010111100 | d8e63fcabc |
UTF-8 | 應며兵 | 111001101000011110001001111010111010100110110000111001011000010110110101 | e68789eba9b0e585b5 |
UHC | 應며兵 | 111010111110101110111000111001111101110010110010 | ebebb8e7dcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)