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 | 形?畯貊? | 1000110001100000001111111111101101101111111001101011101100111111 | 8c603ffb6fe6bb3f |
EUC-JP | 形?畯貊? | 101101111100000100111111100011111100110110111011111011001011110100111111 | b7c13f8fcdbbecbd3f |
UTF-8 | 形렠畯貊렚 | 111001011011110110100010111010111010000010100000111001111001010110101111111010001011001010001010111010111010000010011010 | e5bda2eba0a0e795afe8b28aeba09a |
UHC | 形렠畯貊렚 | 11111011101000011000111010110001111100011110000111011000111001111000111010101101 | fba18eb1f1e1d8e78ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)