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 | 猾ンュ | 111000001100111111011101101011011111000010100100 | e0cfddadf0a4 |
EUC-JP | 猾ンュ? | 11100000110100011000111011011101100011101010110100111111 | e0d18edd8ead3f |
UTF-8 | 猾ンュ | 111001111000110010111110111011111011111010011101111011111011110110101101111011101000000110100011 | e78cbeefbe9defbdadee81a3 |
UHC | 猾??? | 1111110011000010001111110011111100111111 | fcc23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)