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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 邂種就F | 11100111101011101000111011101101100011110100000101000110 | e7ae8eed8f4146 |
EUC-JP | 邂種就F | 11101110101100001011110011101111101111011010001001000110 | eeb0bcefbda246 |
UTF-8 | 邂種就F | 11101001100000101000001011100111101010001010111011100101101100001011000101000110 | e98282e7a8aee5b0b146 |
UHC | 邂種就F | 11111010101100111111000011111010111101101010011001000110 | fab3f0faf6a646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)