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 | 載??莎? | 10001101110110100011111100111111111001001011001100111111 | 8dda3f3fe4b33f |
EUC-JP | 載??莎? | 10111010110111000011111100111111111010001011010100111111 | badc3f3fe8b53f |
UTF-8 | 載띤렭莎륙 | 111010001011110010001001111010111001110110100100111010111010000010101101111010001000111010001110111010111010010110011001 | e8bc89eb9da4eba0ade88e8eeba599 |
UHC | 載띤렭莎륙 | 11101110101100001011011011101101100011101011101011011110111011011011011111111010 | eeb0b6ed8ebadeedb7fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)