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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閼芽崟闥占ャ | 1110100010000100100010011110100010011011101111101110100010010010100100001110100010101100 | e88489e89bbee89290e8ac |
EUC-JP | 閼芽崟闥占ャ | 111011111110010010110010111010101101011011000000111011111111001011000000111010101000111010101100 | efe4b2ead6c0eff2c0ea8eac |
UTF-8 | 閼芽崟闥占ャ | 111010011001011010111100111010001000101010111101111001011011010010011111111010011001011110100101111001011000110110100000111011111011110110101100 | e996bce88abde5b49fe997a5e58da0efbdac |
UHC | 閼芽??占? | 111001001101100111100100101101000011111100111111111011111011111100111111 | e4d9e4b43f3fefbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)