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\ | 0011111100111111001111110100110001011100 | 3f3f3f4c5c |
SJIS-WIN | ラ矣ンL\ | 110101111110000111100001110111010100110001011100 | d7e1e1dd4c5c |
EUC-JP | ラ矣ンL\ | 1000111011010111111000101110001110001110110111010100110001011100 | 8ed7e2e38edd4c5c |
UTF-8 | ラ矣ンL\ | 1110111110111110100101111110011110011111101000111110111110111110100111010100110001011100 | efbe97e79fa3efbe9d4c5c |
UHC | ?矣?L\ | 001111111110101111111000001111110100110001011100 | 3febf83f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)