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 | 鶯??唯?? | 1110100111110010001111110011111110010111010000100011111100111111 | e9f23f3f97423f3f |
EUC-JP | 鶯??唯?? | 1111001011110100001111110011111111001101101000110011111100111111 | f2f43f3fcda33f3f |
UTF-8 | 鶯끹끉唯섓쭓 | 111010011011011010101111111010111000000110111001111010111000000110001001111001011001010010101111111011001000010010010011111011001010110110010011 | e9b6afeb81b9eb8189e594afec8493ecad93 |
UHC | 鶯끹끉唯섓쭓 | 111001011010001110000101111000111000010110111100111010101110011010011000111011111010011110001011 | e5a385e385bceae698efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)