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??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-WIN | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
EUC-JP | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
UTF-8 | 횁횒Y횁횒bnoBF | 111011011001101010000001111011011001101010010010010110011110110110011010100000011110110110011010100100100110001001101110011011110100001001000110 | ed9a81ed9a9259ed9a81ed9a92626e6f4246 |
UHC | 횁횒Y횁횒bnoBF | 1100001110000001110000111000110101011001110000111000000111000011100011010110001001101110011011110100001001000110 | c381c38d59c381c38d626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)