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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞐醍坩邏 | 1110100011011110100100011110011110011010101011101110011110110100 | e8de91e79aaee7b4 |
EUC-JP | 鞐醍坩邏 | 1111000011100000110000101110100111010100101100001110111010110110 | f0e0c2e9d4b0eeb6 |
UTF-8 | 鞐醍坩邏 | 111010011001111010010000111010011000011010001101111001011001110110101001111010011000001010001111 | e99e90e9868de59da9e9828f |
UHC | ?醍?邏 | 001111111111000010110101001111111101010110100100 | 3ff0b53fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)