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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???藥?? | 00111111001111110011111111100101010110100011111100111111 | 3f3f3fe55a3f3f |
EUC-JP | ???藥?? | 00111111001111110011111111101001101110110011111100111111 | 3f3f3fe9bb3f3f |
UTF-8 | 吏몄쭦藥썩넁 | 111011111010011110011110111010111010101010000100111011001010110110100110111010001001011110100101111011001000110110101001111010111000010010000001 | efa79eebaa84ecada6e897a5ec8da9eb8481 |
UHC | 吏몄쭦藥썩넁 | 111011001010011110111000111011001010011110011010111001011011011110111101111000101000011010010001 | eca7b8eca79ae5b7bde28691 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)