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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 邏波\ | 1110011110110100100101000110011101011100 | e7b494675c |
EUC-JP | 邏波\ | 1110111010110110110001111100100001011100 | eeb6c7c85c |
UTF-8 | 邏波\ | 11101001100000101000111111100110101100111010001001011100 | e9828fe6b3a25c |
UHC | 邏波\ | 1101010110100100111101111110111001011100 | d5a4f7ee5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)