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¤AB | 1001001001001100100100100100111010010001101001000100000101000010 | 924c924e91a44142 |
SJIS-WIN | ?L?N??AB | 0011111101001100001111110100111000111111001111110100000101000010 | 3f4c3f4e3f3f4142 |
EUC-JP | ?L?N?¤AB | 00111111010011000011111101001110001111111000111110100010111100000100000101000010 | 3f4c3f4e3f8fa2f04142 |
UTF-8 | LN¤AB | 110000101001001001001100110000101001001001001110110000101001000111000010101001000100000101000010 | c2924cc2924ec291c2a44142 |
UHC | ?L?N?¤AB | 001111110100110000111111010011100011111110100010101101000100000101000010 | 3f4c3f4e3fa2b44142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)