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 | 形?畯麥? | 1000110001100000001111111111101101101111111010100110110100111111 | 8c603ffb6fea6d3f |
EUC-JP | 形?畯麥? | 101101111100000100111111100011111100110110111011111100111100111000111111 | b7c13f8fcdbbf3ce3f |
UTF-8 | 形렠畯麥렧 | 111001011011110110100010111010111010000010100000111001111001010110101111111010011011101010100101111010111010000010100111 | e5bda2eba0a0e795afe9baa5eba0a7 |
UHC | 形렠畯麥렧 | 11111011101000011000111010110001111100011110000111011000111010101000111010110110 | fba18eb1f1e1d8ea8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)