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 | ÂLÂÂ | 11000010100100100100110011000010100100011100001010101101 | c2924cc291c2ad |
SJIS-WIN | ??L???? | 00111111001111110100110000111111001111110011111100111111 | 3f3f4c3f3f3f3f |
EUC-JP | Â?LÂ?Â? | 10001111101010101010010000111111010011001000111110101010101001000011111110001111101010101010010000111111 | 8faaa43f4c8faaa43f8faaa43f |
UTF-8 | ÂLÂÂ | 11000011100000101100001010010010010011001100001110000010110000101001000111000011100000101100001010101101 | c382c2924cc382c291c382c2ad |
UHC | ??L??? | 0011111100111111010011000011111100111111001111111010000110101001 | 3f3f4c3f3f3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)