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£ | 100100100100110010010010010100111001000110100011 | 924c925391a3 |
SJIS-WIN | ?L?S?£ | 00111111010011000011111101010011001111111000000110010010 | 3f4c3f533f8192 |
EUC-JP | ?L?S?£ | 00111111010011000011111101010011001111111010000111110010 | 3f4c3f533fa1f2 |
UTF-8 | LS£ | 11000010100100100100110011000010100100100101001111000010100100011100001010100011 | c2924cc29253c291c2a3 |
UHC | ?L?S?? | 001111110100110000111111010100110011111100111111 | 3f4c3f533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)