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 | 111001011000110110101000010110011110010110001101101010000110001001101110011011110100001001000110 | e58da859e58da8626e6f4246 |
EUC-JP | 蜊ィY蜊ィbnoBF | 1110100111101101100011101010100001011001111010011110110110001110101010000110001001101110011011110100001001000110 | e9ed8ea859e9ed8ea8626e6f4246 |
UTF-8 | 蜊ィY蜊ィbnoBF | 111010001001110010001010111011111011110110101000010110011110100010011100100010101110111110111101101010000110001001101110011011110100001001000110 | e89c8aefbda859e89c8aefbda8626e6f4246 |
UHC | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)