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 | ??Y???gF | 0011111100111111010110010011111100111111001111110110011101000110 | 3f3f593f3f3f6746 |
SJIS-WIN | 狐?Y祭槃?gF | 1000110011001111001111110101100110001101110101011001111011001111001111110110011101000110 | 8ccf3f598dd59ecf3f6746 |
EUC-JP | 狐?Y祭槃?gF | 1011100011010001001111110101100110111010110101111101110011010001001111110110011101000110 | b8d13f59bad7dcd13f6746 |
UTF-8 | 狐렦Y祭槃커gF | 111001111000101110010000111010111010000010100110010110011110011110100101101011011110011010100111100000111110110010111011101001000110011101000110 | e78b90eba0a659e7a5ade6a783ecbba46746 |
UHC | 狐렦Y祭槃커gF | 11111011110011111000111010110101010110011111000010101110110110101110100111000100101111110110011101000110 | fbcf8eb559f0aedae9c4bf6746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)