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£¼ | 1001001001001100100100100101001110010001101000111001000110111100 | 924c925391a391bc |
SJIS-WIN | ?L?S?£?? | 001111110100110000111111010100110011111110000001100100100011111100111111 | 3f4c3f533f81923f3f |
EUC-JP | ?L?S?£?? | 001111110100110000111111010100110011111110100001111100100011111100111111 | 3f4c3f533fa1f23f3f |
UTF-8 | LS£¼ | 1100001010010010010011001100001010010010010100111100001010010001110000101010001111000010100100011100001010111100 | c2924cc29253c291c2a3c291c2bc |
UHC | ?L?S???¼ | 001111110100110000111111010100110011111100111111001111111010100011111001 | 3f4c3f533f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)