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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 笳笞鳧 | 111000101001011111100010100110101110100111101000 | e297e29ae9e8 |
EUC-JP | 笳笞鳧 | 111000111111011111100011111110101111001011101010 | e3f7e3faf2ea |
UTF-8 | 笳笞鳧 | 111001111010110010110011111001111010110010011110111010011011001110100111 | e7acb3e7ac9ee9b3a7 |
UHC | ?笞鳧 | 0011111111110111110000101101110111000000 | 3ff7c2ddc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)