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 | 碇?殞?媛 | 1001001011110100001111111001111101101101001111111001010101010001 | 92f43f9f6d3f9551 |
EUC-JP | 碇?殞?媛 | 1100010011110110001111111101110111001110001111111100100110110010 | c4f63fddce3fc9b2 |
UTF-8 | 碇렯殞렓媛 | 111001111010001010000111111010111010000010101111111001101010111010011110111010111010000010010011111001011010101010011011 | e7a287eba0afe6ae9eeba093e5aa9b |
UHC | 碇렯殞렓媛 | 11101111111011011000111010111100111010011111100110001110101010001110101010110000 | efed8ebce9f98ea8eab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)