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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
SJIS-WIN | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
EUC-JP | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
UTF-8 | 혲청혳_ | 11101101100110001011001011101100101100101010110111101101100110001011001101011111 | ed98b2ecb2aded98b35f |
UHC | 혲청혳_ | 11000010100110011100001110111011110000101001101001011111 | c299c3bbc29a5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)