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 | 雎域愕裄 | 1110100010110001100010001110011010011100101100011110010111100000 | e8b188e69cb1e5e0 |
EUC-JP | 雎域愕裄 | 1111000010110011101100001110100011011000101100111110101011100010 | f0b3b0e8d8b3eae2 |
UTF-8 | 雎域愕裄 | 111010011001101110001110111001011001111110011111111001101000010010010101111010001010001110000100 | e99b8ee59f9fe68495e8a384 |
UHC | 雎域愕? | 11101110110100011110011010110100111001001100001100111111 | eed1e6b4e4c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)