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 | LXµ£ | 1001001001001100100100100101100010010001101101011001000110100011 | 924c925891b591a3 |
SJIS-WIN | ?L?X???£ | 001111110100110000111111010110000011111100111111001111111000000110010010 | 3f4c3f583f3f3f8192 |
EUC-JP | ?L?X???£ | 001111110100110000111111010110000011111100111111001111111010000111110010 | 3f4c3f583f3f3fa1f2 |
UTF-8 | LXµ£ | 1100001010010010010011001100001010010010010110001100001010010001110000101011010111000010100100011100001010100011 | c2924cc29258c291c2b5c291c2a3 |
UHC | ?L?X???? | 0011111101001100001111110101100000111111001111110011111100111111 | 3f4c3f583f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)