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 | 裁?箴 | 1000110111011001001111111110001010111100 | 8dd93fe2bc |
EUC-JP | 裁?箴 | 1011101011011011001111111110010010111110 | badb3fe4be |
UTF-8 | 裁뚠箴 | 111010001010001110000001111010111001101010100000111001111010111010110100 | e8a381eb9aa0e7aeb4 |
UHC | 裁뚠箴 | 111011101010111010110110110100111110110111010111 | eeaeb6d3edd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)