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 | LN¤gB | 1001001001001100100100100100111010010001101001000110011101000010 | 924c924e91a46742 |
SJIS-WIN | ?L?N??gB | 0011111101001100001111110100111000111111001111110110011101000010 | 3f4c3f4e3f3f6742 |
EUC-JP | ?L?N?¤gB | 00111111010011000011111101001110001111111000111110100010111100000110011101000010 | 3f4c3f4e3f8fa2f06742 |
UTF-8 | LN¤gB | 110000101001001001001100110000101001001001001110110000101001000111000010101001000110011101000010 | c2924cc2924ec291c2a46742 |
UHC | ?L?N?¤gB | 001111110100110000111111010011100011111110100010101101000110011101000010 | 3f4c3f4e3fa2b46742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)