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 | ????靈? | 00111111001111110011111100111111111010001100101100111111 | 3f3f3f3fe8cb3f |
EUC-JP | ????靈? | 00111111001111110011111100111111111100001100110100111111 | 3f3f3f3ff0cd3f |
UTF-8 | 렺렲렻唜靈렍 | 111010111010000010111010111010111010000010110010111010111010000010111011111001011001010010011100111010011001110110001000111010111010000010001101 | eba0baeba0b2eba0bbe5949ce99d88eba08d |
UHC | 렺렲렻唜靈렍 | 100011101100001010001110101111111000111011000011110110001100010111010110110001001000111010100011 | 8ec28ebf8ec3d8c5d6c48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)