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 | ù´Þè¥ | 1111100110110100110111101110100010100101 | f9b4dee8a5 |
SJIS-WIN | ?´??¥ | 00111111100000010100110000111111001111111000000110001111 | 3f814c3f3f818f |
EUC-JP | ù´Þè? | 100011111010101111100011101000011010110110001111101010011011000010001111101010111011001000111111 | 8fabe3a1ad8fa9b08fabb23f |
UTF-8 | ù´Þè¥ | 11000011101110011100001010110100110000111001111011000011101010001100001010100101 | c3b9c2b4c39ec3a8c2a5 |
UHC | ?´Þ?? | 00111111101000101010010110101000101011010011111100111111 | 3fa2a5a8ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)