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 | 害掛? | 1000101001010001100010100111110000111111 | 8a518a7c3f |
EUC-JP | 害掛? | 1011001110110010101100111101110100111111 | b3b2b3dd3f |
UTF-8 | 害掛렩 | 111001011010111010110011111001101000111010011011111010111010000010101001 | e5aeb3e68e9beba0a9 |
UHC | 害掛렩 | 111110101010101011001110110100001000111010110111 | faaaced08eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)