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 | ???籬 | 0011111100111111001111111110001011011111 | 3f3f3fe2df |
EUC-JP | ???籬 | 0011111100111111001111111110010011100001 | 3f3f3fe4e1 |
UTF-8 | 롃뤶횓籬 | 111010111010000110000011111010111010010010110110111011011001101010010011111001111011000110101100 | eba183eba4b6ed9a93e7b1ac |
UHC | 롃뤶횓籬 | 1000111011001010100011111110010011000011100011101101011111100110 | 8eca8fe4c38ed7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)