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 | 除脛?裁 | 10001111100111001110001111111000001111111000110111011001 | 8f9ce3f83f8dd9 |
EUC-JP | 除脛?裁 | 10111101111111001110011011111010001111111011101011011011 | bdfce6fa3fbadb |
UTF-8 | 除脛놉裁 | 111010011001100110100100111010001000010010011011111010111000011010001001111010001010001110000001 | e999a4e8849beb8689e8a381 |
UHC | 除脛놉裁 | 1111000010110110110011001110101110110011111100011110111010101110 | f0b6ccebb3f1eeae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)