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 | 毅ら? | 1000101101000010100000101110011100111111 | 8b4282e73f |
EUC-JP | 毅ら? | 1011010110100011101001001110100100111111 | b5a3a4e93f |
UTF-8 | 毅ら㉦ | 111001101010111110000101111000111000001010001001111000111000100110100110 | e6af85e38289e389a6 |
UHC | 毅ら㉦ | 111010111111011010101010111010011010100010110111 | ebf6aae9a8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)