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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 踝煙О^ | 11100110111101001000100110001100100001000100111101011110 | e6f4898c844f5e |
EUC-JP | 踝煙О^ | 11101100111101101011000111101100101001111011000001011110 | ecf6b1eca7b05e |
UTF-8 | 踝煙О^ | 111010001011100010011101111001111000010110011001110100001001111001011110 | e8b89de78599d09e5e |
UHC | ?煙О^ | 001111111110011011010101101011001011000001011110 | 3fe6d5acb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)