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 | LVÇ | 100111010100110010011000010101101001010111000111 | 9d4c985695c7 |
SJIS-WIN | ?L?V?? | 001111110100110000111111010101100011111100111111 | 3f4c3f563f3f |
EUC-JP | ?L?V?Ç | 0011111101001100001111110101011000111111100011111010101010101110 | 3f4c3f563f8faaae |
UTF-8 | LVÇ | 11000010100111010100110011000010100110000101011011000010100101011100001110000111 | c29d4cc29856c295c387 |
UHC | ?L?V?? | 001111110100110000111111010101100011111100111111 | 3f4c3f563f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)