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 | ?c}Y?c}bE | 001111110110001101111101010110010011111101100011011111010110001001000101 | 3f637d593f637d6245 |
SJIS-WIN | ?c}Y?c}bE | 001111110110001101111101010110010011111101100011011111010110001001000101 | 3f637d593f637d6245 |
EUC-JP | ?c}Y?c}bE | 001111110110001101111101010110010011111101100011011111010110001001000101 | 3f637d593f637d6245 |
UTF-8 | 횪c}Y횪c}bE | 11101101100110101010101001100011011111010101100111101101100110101010101001100011011111010110001001000101 | ed9aaa637d59ed9aaa637d6245 |
UHC | 횪c}Y횪c}bE | 1100001110100000011000110111110101011001110000111010000001100011011111010110001001000101 | c3a0637d59c3a0637d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)