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 | ±ñ?? | 10110001111100010011111100111111 | b1f13f3f |
SJIS-WIN | ±?踪繊 | 10000001011111010011111111100111010010001001000101000000 | 817d3fe7489140 |
EUC-JP | ±ñ踪繊 | 101000011101111010001111101010111101000011101101101010011100000110100001 | a1de8fabd0eda9c1a1 |
UTF-8 | ±ñ踪繊 | 11000010101100011100001110110001111010001011100010101010111001111011100110001010 | c2b1c3b1e8b8aae7b98a |
UHC | ±?踪? | 101000011011111000111111111100011010000100111111 | a1be3ff1a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)