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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 鮓蛾ウーh鮓 | 111010011011011010001001111010011011001110110000011010001110100110110110 | e9b689e9b3b068e9b6 |
EUC-JP | 鮓蛾ウーh鮓 | 1111001010111000101100101110101110001110101100111000111010110000011010001111001010111000 | f2b8b2eb8eb38eb068f2b8 |
UTF-8 | 鮓蛾ウーh鮓 | 11101001101011101001001111101000100110111011111011101111101111011011001111101111101111011011000001101000111010011010111010010011 | e9ae93e89bbeefbdb3efbdb068e9ae93 |
UHC | ?蛾??h? | 00111111111001001011011000111111001111110110100000111111 | 3fe4b63f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)