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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??楮?? | 001111110011111110011110101110000011111100111111 | 3f3f9eb83f3f |
EUC-JP | 靷?楮?? | 1000111111100111101111010011111111011100101110100011111100111111 | 8fe7bd3fdcba3f3f |
UTF-8 | 靷렢楮렡李 | 111010011001110110110111111010111010000010100010111001101010010110101110111010111010000010100001111011111010011110100001 | e99db7eba0a2e6a5aeeba0a1efa7a1 |
UHC | 靷렢楮렡李 | 11101100111001101000111010110011111011101011111110001110101100101110110010110000 | ece68eb3eebf8eb2ecb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)