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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 涅???亦 | 10011111101110000011111100111111001111111001011010010010 | 9fb83f3f3f9692 |
EUC-JP | 涅???亦 | 11011110101110100011111100111111001111111100101111110010 | deba3f3f3fcbf2 |
UTF-8 | 涅겉됰젫亦 | 111001101011011010000101111010101011001010001001111010111001000010110000111011001010000010101011111001001011101010100110 | e6b685eab289eb90b0eca0abe4baa6 |
UHC | 涅겉됰젫亦 | 11100110111011101011000011010001100010011110101110100000101000111110011010110010 | e6eeb0d189eba0a3e6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)