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 | ù´Þè¥å | 111110011011010011011110111010001010010111100101 | f9b4dee8a5e5 |
SJIS-WIN | ?´??¥? | 0011111110000001010011000011111100111111100000011000111100111111 | 3f814c3f3f818f3f |
EUC-JP | ù´Þè?å | 100011111010101111100011101000011010110110001111101010011011000010001111101010111011001000111111100011111010101110101001 | 8fabe3a1ad8fa9b08fabb23f8faba9 |
UTF-8 | ù´Þè¥å | 110000111011100111000010101101001100001110011110110000111010100011000010101001011100001110100101 | c3b9c2b4c39ec3a8c2a5c3a5 |
UHC | ?´Þ??? | 0011111110100010101001011010100010101101001111110011111100111111 | 3fa2a5a8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)