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 | 阡ュ逶イ | 111010001001010010101101111001111001101110110010 | e894ade79bb2 |
EUC-JP | 阡ュ逶イ | 1110111111110100100011101010110111101101111110111000111010110010 | eff48eadedfb8eb2 |
UTF-8 | 阡ュ逶イ | 111010011001100010100001111011111011110110101101111010011000000010110110111011111011110110110010 | e998a1efbdade980b6efbdb2 |
UHC | 阡??? | 1111010011000110001111110011111100111111 | f4c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)