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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???藥??? | 0011111100111111001111111110010101011010001111110011111100111111 | 3f3f3fe55a3f3f3f |
EUC-JP | ???藥??? | 0011111100111111001111111110100110111011001111110011111100111111 | 3f3f3fe9bb3f3f3f |
UTF-8 | 吏몄콡藥썩넁鱗 | 111011111010011110011110111010111010101010000100111011001011110110100001111010001001011110100101111011001000110110101001111010111000010010000001111011111010011110110010 | efa79eebaa84ecbda1e897a5ec8da9eb8481efa7b2 |
UHC | 吏몄콡藥썩넁鱗 | 1110110010100111101110001110110010110001100110011110010110110111101111011110001010000110100100011110110011100111 | eca7b8ecb199e5b7bde28691ece7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)