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 | 00111111011111010101100100111111011111010110001001000101 | 3f7d593f7d6245 |
SJIS-WIN | 蹄}Y蹄}bE | 100100101111101101111101010110011001001011111011011111010110001001000101 | 92fb7d5992fb7d6245 |
EUC-JP | 蹄}Y蹄}bE | 110001001111110101111101010110011100010011111101011111010110001001000101 | c4fd7d59c4fd7d6245 |
UTF-8 | 蹄}Y蹄}bE | 1110100010111001100001000111110101011001111010001011100110000100011111010110001001000101 | e8b9847d59e8b9847d6245 |
UHC | 蹄}Y蹄}bE | 111100001011010001111101010110011111000010110100011111010110001001000101 | f0b47d59f0b47d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)