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 | 顆懆侭籬 | 1110100011110111100111001110100010010110100110011110001011011111 | e8f79ce89699e2df |
EUC-JP | 顆懆侭籬 | 1111000011111001110110001110101011001011111110011110010011100001 | f0f9d8eacbf9e4e1 |
UTF-8 | 顆懆侭籬 | 111010011010000110000110111001101000011110000110111001001011111010101101111001111011000110101100 | e9a186e68786e4beade7b1ac |
UHC | 顆??籬 | 110011101010100000111111001111111101011111100110 | cea83f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)