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 | 鴣鴿 | 111010011011010010100011111010011011010010111111 | e9b4a3e9b4bf |
SJIS-WIN | ?´£?´? | 001111111000000101001100100000011001001000111111100000010100110000111111 | 3f814c81923f814c3f |
EUC-JP | 鴣鴿 | 100011111010101110110001101000011010110110100001111100101000111110101011101100011010000110101101100011111010001011000100 | 8fabb1a1ada1f28fabb1a1ad8fa2c4 |
UTF-8 | 鴣鴿 | 110000111010100111000010101101001100001010100011110000111010100111000010101101001100001010111111 | c3a9c2b4c2a3c3a9c2b4c2bf |
UHC | ?´??´¿ | 001111111010001010100101001111110011111110100010101001011010001010101111 | 3fa2a53f3fa2a5a2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)