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 | LP¢N | 1001001001001100100100100101000010010001101000101001001001001110 | 924c925091a2924e |
SJIS-WIN | ?L?P?¢?N | 001111110100110000111111010100000011111110000001100100010011111101001110 | 3f4c3f503f81913f4e |
EUC-JP | ?L?P?¢?N | 001111110100110000111111010100000011111110100001111100010011111101001110 | 3f4c3f503fa1f13f4e |
UTF-8 | LP¢N | 11000010100100100100110011000010100100100101000011000010100100011100001010100010110000101001001001001110 | c2924cc29250c291c2a2c2924e |
UHC | ?L?P???N | 0011111101001100001111110101000000111111001111110011111101001110 | 3f4c3f503f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)