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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔘ワ住脣 | 1110010011110011100000111000111110001111010110101110001111111010 | e4f3838f8f5ae3fa |
EUC-JP | 蔘ワ住脣 | 1110100011110101101001011110111110111101101110111110011011111100 | e8f5a5efbdbbe6fc |
UTF-8 | 蔘ワ住脣 | 111010001001010010011000111000111000001110101111111001001011110110001111111010001000010010100011 | e89498e383afe4bd8fe884a3 |
UHC | 蔘ワ住脣 | 1101111110111000101010111110111111110001101011001110001011101110 | dfb8abeff1ace2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)