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 | 鱈遜嘆袖 | 1001001001001100100100011011101110010010010100011001000110110011 | 924c91bb925191b3 |
EUC-JP | 鱈遜嘆袖 | 1100001110101101110000101011110111000011101100101100001010110101 | c3adc2bdc3b2c2b5 |
UTF-8 | 鱈遜嘆袖 | 111010011011000110001000111010011000000110011100111001011001100010000110111010001010001010010110 | e9b188e9819ce59886e8a296 |
UHC | ?遜嘆袖 | 00111111111000011110000111110111101000111110001011000000 | 3fe1e1f7a3e2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)