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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 紆?蟹?狐? | 111000101111110000111111100010100100100100111111100011001100111100111111 | e2fc3f8a493f8ccf3f |
EUC-JP | 紆?蟹?狐? | 111001001111111000111111101100111010101000111111101110001101000100111111 | e4fe3fb3aa3fb8d13f |
UTF-8 | 紆렡蟹렰狐렦 | 111001111011010010000110111010111010000010100001111010001001111110111001111010111010000010110000111001111000101110010000111010111010000010100110 | e7b486eba0a1e89fb9eba0b0e78b90eba0a6 |
UHC | 紆렡蟹렰狐렦 | 111010011110000110001110101100101111101010101111100011101011110111111011110011111000111010110101 | e9e18eb2faaf8ebdfbcf8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)