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 | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-WIN | 簔矣簔矣Y | 11100010110000011110000111100001111101101110001011100010110000011110000111100001111100011111110001011001 | e2c1e1e1f6e2e2c1e1e1f1fc59 |
EUC-JP | 簔矣?簔矣?Y | 1110010011000011111000101110001100111111111001001100001111100010111000110011111101011001 | e4c3e2e33fe4c3e2e33f59 |
UTF-8 | 簔矣簔矣Y | 11100111101100001001010011100111100111111010001111101110100101001000100111100111101100001001010011100111100111111010001111101110100001011011011101011001 | e7b094e79fa3ee9489e7b094e79fa3ee85b759 |
UHC | ?矣??矣?Y | 001111111110101111111000001111110011111111101011111110000011111101011001 | 3febf83f3febf83f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)