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£§ | 1001001001001100100100100101001110010001101000111001000110100111 | 924c925391a391a7 |
SJIS-WIN | ?L?S?£?§ | 00111111010011000011111101010011001111111000000110010010001111111000000110011000 | 3f4c3f533f81923f8198 |
EUC-JP | ?L?S?£?§ | 00111111010011000011111101010011001111111010000111110010001111111010000111111000 | 3f4c3f533fa1f23fa1f8 |
UTF-8 | LS£§ | 1100001010010010010011001100001010010010010100111100001010010001110000101010001111000010100100011100001010100111 | c2924cc29253c291c2a3c291c2a7 |
UHC | ?L?S???§ | 001111110100110000111111010100110011111100111111001111111010000111010111 | 3f4c3f533f3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)