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 | ??毅?? | 001111110011111110001011010000100011111100111111 | 3f3f8b423f3f |
EUC-JP | 頊?毅?? | 1000111111100111111101000011111110110101101000110011111100111111 | 8fe7f43fb5a33f3f |
UTF-8 | 頊렯毅쭹렮 | 111010011010000010001010111010111010000010101111111001101010111110000101111011001010110110111001111010111010000010101110 | e9a08aeba0afe6af85ecadb9eba0ae |
UHC | 頊렯毅쭹렮 | 11101001111101011000111010111100111010111111011011000010111001111000111010111011 | e9f58ebcebf6c2e78ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)