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 | 悟??涯 | 100011001110010100111111001111111000101001010101 | 8ce53f3f8a55 |
EUC-JP | 悟??涯 | 101110001110011100111111001111111011001110110110 | b8e73f3fb3b6 |
UTF-8 | 悟쀦뒖涯 | 111001101000001010011111111011001000000010100110111010111001001010010110111001101011011010101111 | e6829fec80a6eb9296e6b6af |
UHC | 悟쀦뒖涯 | 1110011111110110100101111110011010001010100100111110010011110011 | e7f697e68a93e4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)