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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鮑梦スョ奣檎 | 11101001101110001001101011101011101111011010111011111010101000111000110011100111 | e9b89aebbdaefaa38ce7 |
EUC-JP | 鮑梦スョ奣檎 | 11110010101110101101010011101101100011101011110110001110101011101000111110111000111111001011100011101001 | f2bad4ed8ebd8eae8fb8fcb8e9 |
UTF-8 | 鮑梦スョ奣檎 | 111010011010111010010001111001101010001010100110111011111011110110111101111011111011110110101110111001011010010110100011111001101010101010001110 | e9ae91e6a2a6efbdbdefbdaee5a5a3e6aa8e |
UHC | 鮑????檎 | 1111100011101010001111110011111100111111001111111101000011010101 | f8ea3f3f3f3fd0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)