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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 涅?涅?^ | 10011111101110000011111110011111101110000011111101011110 | 9fb83f9fb83f5e |
EUC-JP | 涅堧涅堧^ | 1101111010111010100011111011100010101000110111101011101010001111101110001010100001011110 | deba8fb8a8deba8fb8a85e |
UTF-8 | 涅堧涅堧^ | 11100110101101101000010111100101101000001010011111100110101101101000010111100101101000001010011101011110 | e6b685e5a0a7e6b685e5a0a75e |
UHC | 涅堧涅堧^ | 111001101110111011100110110000001110011011101110111001101100000001011110 | e6eee6c0e6eee6c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)