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 | ?d??O | 0011111101100100001111110011111101001111 | 3f643f3f4f |
SJIS-WIN | dンワO | 111101111010110001100100110111011101110001001111 | f7ac64dddc4f |
EUC-JP | ?dンワO | 00111111011001001000111011011101100011101101110001001111 | 3f648edd8edc4f |
UTF-8 | dンワO | 1110111010010110100011110110010011101111101111101001110111101111101111101001110001001111 | ee968f64efbe9defbe9c4f |
UHC | ?d??O | 0011111101100100001111110011111101001111 | 3f643f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)