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 | シ隍。 | 1111000111111011101111001110100010100100101000011111000111111011 | f1fbbce8a4a1f1fb |
EUC-JP | ?シ隍。? | 0011111110001110101111001111000010100110100011101010000100111111 | 3f8ebcf0a68ea13f |
UTF-8 | シ隍。 | 111011101000010110110110111011111011110110111100111010011001101010001101111011111011110110100001111011101000010110110110 | ee85b6efbdbce99a8defbda1ee85b6 |
UHC | ??隍?? | 001111110011111111111100110110110011111100111111 | 3f3ffcdb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)