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 | LS²V | 1001001001001100100100100101001110010001101100101001001001010110 | 924c925391b29256 |
SJIS-WIN | ?L?S???V | 0011111101001100001111110101001100111111001111110011111101010110 | 3f4c3f533f3f3f56 |
EUC-JP | ?L?S???V | 0011111101001100001111110101001100111111001111110011111101010110 | 3f4c3f533f3f3f56 |
UTF-8 | LS²V | 11000010100100100100110011000010100100100101001111000010100100011100001010110010110000101001001001010110 | c2924cc29253c291c2b2c29256 |
UHC | ?L?S?²?V | 001111110100110000111111010100110011111110101001111101110011111101010110 | 3f4c3f533fa9f73f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)