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 | ?隅蝨囚 | 00111111100010111111011111100101100111001000111011111010 | 3f8bf7e59c8efa |
EUC-JP | ?隅蝨囚 | 00111111101101101111100111101001111111001011110011111100 | 3fb6f9e9fcbcfc |
UTF-8 | 씞隅蝨囚 | 111011001001010010011110111010011001101010000101111010001001110110101000111001011001101110011010 | ec949ee99a85e89da8e59b9a |
UHC | 씞隅蝨囚 | 1001110110110010111010011110101011100011101001001110000111110110 | 9db2e9eae3a4e1f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)