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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 映с?矮↑ | 100010010110011010000100100000110011111111100001111000101000000110101010 | 896684833fe1e281aa |
EUC-JP | 映с?矮↑ | 101100011100011110100111111000110011111111100010111001001010001010101100 | b1c7a7e33fe2e4a2ac |
UTF-8 | 映с꺂矮↑ | 1110011010011000101000001101000110000001111010101011101010000010111001111001111110101110111000101000011010010001 | e698a0d181eaba82e79faee28691 |
UHC | 映с꺂矮↑ | 11100111101100011010110011100011100000111010101111101000111000011010000111101000 | e7b1ace383abe8e1a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)