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\ | 111010111111100010001110101110110100110001011100 | ebf88ebb4c5c |
SJIS-WIN | ????L\ | 001111110011111100111111001111110100110001011100 | 3f3f3f3f4c5c |
EUC-JP | ëø??L\ | 10001111101010111011001110001111101010011100110000111111001111110100110001011100 | 8fabb38fa9cc3f3f4c5c |
UTF-8 | ëø»L\ | 11000011101010111100001110111000110000101000111011000010101110110100110001011100 | c3abc3b8c28ec2bb4c5c |
UHC | ?ø??L\ | 00111111101010011010101000111111001111110100110001011100 | 3fa9aa3f3f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)