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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 展?????B | 1001001101010111001111110011111100111111001111110011111101000010 | 93573f3f3f3f3f42 |
EUC-JP | 展?????B | 1100010110111000001111110011111100111111001111110011111101000010 | c5b83f3f3f3f3f42 |
UTF-8 | 展뀜렰꿱렣렕B | 11100101101100011001010111101011100000001001110011101011101000001011000011101010101111111011000111101011101000001010001111101011101000001001010101000010 | e5b195eb809ceba0b0eabfb1eba0a3eba09542 |
UHC | 展뀜렰꿱렣렕B | 11101110111101111011001011110001100011101011110110110010111010001000111010110100100011101010101001000010 | eef7b2f18ebdb2e88eb48eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)