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 | 達炭但袖 | 1001001001000010100100100101100110010010010000011001000110110011 | 92429259924191b3 |
EUC-JP | 達炭但袖 | 1100001110100011110000111011101011000011101000101100001010110101 | c3a3c3bac3a2c2b5 |
UTF-8 | 達炭但袖 | 111010011000000110010100111001111000001010101101111001001011110110000110111010001010001010010110 | e98194e782ade4bd86e8a296 |
UHC | 達炭但袖 | 1101001110111001111101111010100111010011101000111110001011000000 | d3b9f7a9d3a3e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)