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 | 迺å | 1110100010111111101110101110010110010000 | e8bfbae590 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 迺å? | 10001111101010111011001010001111101000101100010010001111101000101110101110001111101010111010100100111111 | 8fabb28fa2c48fa2eb8faba93f |
UTF-8 | 迺å | 11000011101010001100001010111111110000101011101011000011101001011100001010010000 | c3a8c2bfc2bac3a5c290 |
UHC | ?¿º?? | 00111111101000101010111110101000101011000011111100111111 | 3fa2afa8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)