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 | 淫l? | 1000100011111010100000101000110000111111 | 88fa828c3f |
EUC-JP | 淫l? | 1011000011111100101000111110110000111111 | b0fca3ec3f |
UTF-8 | 淫l뀾 | 111001101011011110101011111011111011110110001100111010111000000010111110 | e6b7abefbd8ceb80be |
UHC | 淫l뀾 | 111010111110001010100011111011001000010110110100 | ebe2a3ec85b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)