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 | 正?媛?? | 10010000101100110011111110010101010100010011111100111111 | 90b33f95513f3f |
EUC-JP | 正?媛?? | 11000000101101010011111111001001101100100011111100111111 | c0b53fc9b23f3f |
UTF-8 | 正렓媛곁땐 | 111001101010110110100011111010111010000010010011111001011010101010011011111010101011001110000001111010111001010110010000 | e6ada3eba093e5aa9beab381eb9590 |
UHC | 正렓媛곁땐 | 11101111111000011000111010101000111010101011000010110000111001111011011010101001 | efe18ea8eab0b0e7b6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)