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 | 飄?蟹?? | 11101001010001110011111110001010010010010011111100111111 | e9473f8a493f3f |
EUC-JP | 飄?蟹?? | 11110001101010000011111110110011101010100011111100111111 | f1a83fb3aa3f3f |
UTF-8 | 飄렪蟹렰灐 | 111010011010001110000100111010111010000010101010111010001001111110111001111010111010000010110000111001111000000110010000 | e9a384eba0aae89fb9eba0b0e78190 |
UHC | 飄렪蟹렰灐 | 11111000111111011000111010111000111110101010111110001110101111011111101110100101 | f8fd8eb8faaf8ebdfba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)