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 | 雲???倚? | 1000100101011111001111110011111100111111100110001101111100111111 | 895f3f3f3f98df3f |
EUC-JP | 雲???倚? | 1011000111000000001111110011111100111111110100001110000100111111 | b1c03f3f3fd0e13f |
UTF-8 | 雲띨렟렑倚렣 | 111010011001101110110010111010111001110110101000111010111010000010011111111010111010000010010001111001011000000010011010111010111010000010100011 | e99bb2eb9da8eba09feba091e5809aeba0a3 |
UHC | 雲띨렟렑倚렣 | 111010101010001110110110111011101000111010110000100011101010011011101011111011111000111010110100 | eaa3b6ee8eb08ea6ebef8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)