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 | 但息叩辿 | 1001001001000001100100011010011110010010010000001001001001001000 | 924191a792409248 |
EUC-JP | 但息叩辿 | 1100001110100010110000101010100111000011101000011100001110101001 | c3a2c2a9c3a1c3a9 |
UTF-8 | 但息叩辿 | 111001001011110110000110111001101000000110101111111001011000111110101001111010001011111010111111 | e4bd86e681afe58fa9e8bebf |
UHC | 但息叩? | 11010011101000111110001111010011110011011011000000111111 | d3a3e3d3cdb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)