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 | 咫哈齏鱆 | 1001101001000000100110011111101111101000111010111110100111100001 | 9a4099fbe8ebe9e1 |
EUC-JP | 咫哈齏鱆 | 1101001110100001110100101111110111110000111011011111001011100011 | d3a1d2fdf0edf2e3 |
UTF-8 | 咫哈齏鱆 | 111001011001001010101011111001011001001110001000111010011011110110001111111010011011000110000110 | e592abe59388e9bd8fe9b186 |
UHC | 咫哈?? | 111100101010000111111001111010110011111100111111 | f2a1f9eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)