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 | DV´N¼ | 10010010010001001001001001010110100100011011010010010010010011101001000110111100 | 9244925691b4924e91bc |
SJIS-WIN | ?D?V?´?N?? | 0011111101000100001111110101011000111111100000010100110000111111010011100011111100111111 | 3f443f563f814c3f4e3f3f |
EUC-JP | ?D?V?´?N?? | 0011111101000100001111110101011000111111101000011010110100111111010011100011111100111111 | 3f443f563fa1ad3f4e3f3f |
UTF-8 | DV´N¼ | 1100001010010010010001001100001010010010010101101100001010010001110000101011010011000010100100100100111011000010100100011100001010111100 | c29244c29256c291c2b4c2924ec291c2bc |
UHC | ?D?V?´?N?¼ | 001111110100010000111111010101100011111110100010101001010011111101001110001111111010100011111001 | 3f443f563fa2a53f4e3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)