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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 蟾宣怙K | 11100101101101111001000011101001100111001000000001001011 | e5b790e99c804b |
EUC-JP | 蟾宣怙K | 11101010101110011100000011101011110101111110000001001011 | eab9c0ebd7e04b |
UTF-8 | 蟾宣怙K | 11101000100111111011111011100101101011101010001111100110100000001001100101001011 | e89fbee5aea3e680994b |
UHC | 蟾宣?K | 111000001110101011100000101111100011111101001011 | e0eae0be3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)