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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 婉稔Y婉稔bE | 1001101101010101100101101010101101011001100110110101010110010110101010110110001001000101 | 9b5596ab599b5596ab6245 |
EUC-JP | 婉稔Y婉稔bE | 1101010110110110110011001010110101011001110101011011011011001100101011010110001001000101 | d5b6ccad59d5b6ccad6245 |
UTF-8 | 婉稔Y婉稔bE | 111001011010100110001001111001111010100010010100010110011110010110101001100010011110011110101000100101000110001001000101 | e5a989e7a89459e5a989e7a8946245 |
UHC | 婉稔Y婉稔bE | 1110100011000110111011001111100101011001111010001100011011101100111110010110001001000101 | e8c6ecf959e8c6ecf96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)