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 | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-WIN | 嶸ァ巐倆丕Z | 11111010101101001010011111111010101101101001100011101101100110001010000101011010 | fab4a7fab698ed98a15a |
EUC-JP | 嶸ァ巐倆丕Z | 10001111101110111111010010001110101001111000111110111011111110011101000011101111110100001010001101011010 | 8fbbf48ea78fbbf9d0efd0a35a |
UTF-8 | 嶸ァ巐倆丕Z | 11100101101101101011100011101111101111011010011111100101101101111001000011100101100000001000011011100100101110001001010101011010 | e5b6b8efbda7e5b790e58086e4b8955a |
UHC | 嶸??倆丕Z | 111001111010111000111111001111111101010111010110110111011110000001011010 | e7ae3f3fd5d6dde05a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)