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 | 鞜ス荵昶 | 11101000110111111011110111100100101110011001110111100010 | e8dfbde4b99de2 |
EUC-JP | 鞜ス荵昶 | 1111000011100001100011101011110111101000101110111101101011100100 | f0e18ebde8bbdae4 |
UTF-8 | 鞜ス荵昶 | 111010011001111010011100111011111011110110111101111010001000110110110101111001101001100010110110 | e99e9cefbdbde88db5e698b6 |
UHC | ???昶 | 0011111100111111001111111111001111100100 | 3f3f3ff3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)