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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犒珥犒煖 | 1110000010110101111000001110000011100000101101011110000010001011 | e0b5e0e0e0b5e08b |
EUC-JP | 犒珥犒煖 | 1110000010110111111000001110001011100000101101111101111111101011 | e0b7e0e2e0b7dfeb |
UTF-8 | 犒珥犒煖 | 111001111000101010010010111001111000111110100101111001111000101010010010111001111000010110010110 | e78a92e78fa5e78a92e78596 |
UHC | ?珥?煖 | 001111111110110010110100001111111101000111101110 | 3fecb43fd1ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)