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?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 蹄Y蹄bE | 10010010111110110101100110010010111110110110001001000101 | 92fb5992fb6245 |
EUC-JP | 蹄Y蹄bE | 11000100111111010101100111000100111111010110001001000101 | c4fd59c4fd6245 |
UTF-8 | 蹄Y蹄bE | 111010001011100110000100010110011110100010111001100001000110001001000101 | e8b98459e8b9846245 |
UHC | 蹄Y蹄bE | 11110000101101000101100111110000101101000110001001000101 | f0b459f0b46245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)