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 | 貞????? | 10010010111001010011111100111111001111110011111100111111 | 92e53f3f3f3f3f |
EUC-JP | 貞?焌?焌? | 1100010011100111001111111000111111001001111010000011111110001111110010011110100000111111 | c4e73f8fc9e83f8fc9e83f |
UTF-8 | 貞렓焌렪焌렠 | 111010001011001010011110111010111010000010010011111001111000010010001100111010111010000010101010111001111000010010001100111010111010000010100000 | e8b29eeba093e7848ceba0aae7848ceba0a0 |
UHC | 貞렓焌렪焌렠 | 111011111111011010001110101010001111000111100000100011101011100011110001111000001000111010110001 | eff68ea8f1e08eb8f1e08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)