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 | 轢용졁藥뀀솳溜 | 111011111010011010001101111011001001101010101001111011001010000110000001111010001001011110100101111010111000000010000000111011001000011010110011111011111010011110001011 | efa68dec9aa9eca181e897a5eb8080ec86b3efa78b |
UHC | 轢용졁藥뀀솳溜 | 1110011010111100101111111110101110100000101100101110010110110111101100101110101110011001101010001110101011111110 | e6bcbfeba0b2e5b7b2eb99a8eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)