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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 鴉瑤D鴉瑤D^ | 1110100111101011111010101010001001000100111010011110101111101010101000100100010001011110 | e9ebeaa244e9ebeaa2445e |
EUC-JP | 鴉瑤D鴉瑤D^ | 1111001011101101111101001010010001000100111100101110110111110100101001000100010001011110 | f2edf4a444f2edf4a4445e |
UTF-8 | 鴉瑤D鴉瑤D^ | 111010011011010010001001111001111001000110100100010001001110100110110100100010011110011110010001101001000100010001011110 | e9b489e791a444e9b489e791a4445e |
UHC | 鴉瑤D鴉瑤D^ | 1110010010111100111010001111110101000100111001001011110011101000111111010100010001011110 | e4bce8fd44e4bce8fd445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)