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\ | 1110011111011110100110000100110001011100 | e7de984c5c |
SJIS-WIN | ???L\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
EUC-JP | çÞ?L\ | 100011111010101110101110100011111010100110110000001111110100110001011100 | 8fabae8fa9b03f4c5c |
UTF-8 | çÞL\ | 1100001110100111110000111001111011000010100110000100110001011100 | c3a7c39ec2984c5c |
UHC | ?Þ?L\ | 001111111010100010101101001111110100110001011100 | 3fa8ad3f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)