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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隶夜メ豢 | 1110100010101110100101101110100110000011100000011110011010110100 | e8ae96e98381e6b4 |
EUC-JP | 隶夜メ豢 | 1111000010110000110011001110101110100101111000011110110010110110 | f0b0cceba5e1ecb6 |
UTF-8 | 隶夜メ豢 | 111010011001101010110110111001011010010010011100111000111000001110100001111010001011000110100010 | e99ab6e5a49ce383a1e8b1a2 |
UHC | ?夜メ? | 001111111110010110101000101010111110000100111111 | 3fe5a8abe13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)