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 | ?F}Y?F}bE | 001111110100011001111101010110010011111101000110011111010110001001000101 | 3f467d593f467d6245 |
SJIS-WIN | ?F}Y?F}bE | 001111110100011001111101010110010011111101000110011111010110001001000101 | 3f467d593f467d6245 |
EUC-JP | ?F}Y?F}bE | 001111110100011001111101010110010011111101000110011111010110001001000101 | 3f467d593f467d6245 |
UTF-8 | 횪F}Y횪F}bE | 11101101100110101010101001000110011111010101100111101101100110101010101001000110011111010110001001000101 | ed9aaa467d59ed9aaa467d6245 |
UHC | 횪F}Y횪F}bE | 1100001110100000010001100111110101011001110000111010000001000110011111010110001001000101 | c3a0467d59c3a0467d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)