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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 藥??隘? | 11100101010110100011111100111111111010001010010100111111 | e55a3f3fe8a53f |
EUC-JP | 藥??隘? | 11101001101110110011111100111111111100001010011100111111 | e9bb3f3ff0a73f |
UTF-8 | 藥먨퉼隘칚 | 111010001001011110100101111010111010100010101000111011011000100110111100111010011001101010011000111011001011100110011010 | e897a5eba8a8ed89bce99a98ecb99a |
UHC | 藥먨퉼隘칚 | 11100101101101111001000011100101101110011001010011100100111101101010111101101111 | e5b790e5b994e4f6af6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)