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 | 閼芽崟闥 | 1110100010000100100010011110100010011011101111101110100010010010 | e88489e89bbee892 |
EUC-JP | 閼芽崟闥 | 1110111111100100101100101110101011010110110000001110111111110010 | efe4b2ead6c0eff2 |
UTF-8 | 閼芽崟闥 | 111010011001011010111100111010001000101010111101111001011011010010011111111010011001011110100101 | e996bce88abde5b49fe997a5 |
UHC | 閼芽?? | 111001001101100111100100101101000011111100111111 | e4d9e4b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)