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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 險貞衷豼ォ\ | 11101000101010001001001011100101100100101000111111100110101111111010101101011100 | e8a892e5928fe6bfab5c |
EUC-JP | 險貞衷豼ォ\ | 1111000010101010110001001110011111000011111011111110110011000001100011101010101101011100 | f0aac4e7c3efecc18eab5c |
UTF-8 | 險貞衷豼ォ\ | 11101001100110101010101011101000101100101001111011101000101000011011011111101000101100011011110011101111101111011010101101011100 | e99aaae8b29ee8a1b7e8b1bcefbdab5c |
UHC | 險貞衷??\ | 111110101100111111101111111101101111010111111011001111110011111101011100 | facfeff6f5fb3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)