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 | 邨帶ェ主匡骰 | 1110011110110101100110111110011010101010100011101110010110001011101001111110100110001101 | e7b59be6aa8ee58ba7e98d |
EUC-JP | 邨帶ェ主匡骰 | 111011101011011111010110111010001000111010101010101111001110011110110110101010011111000111101101 | eeb7d6e88eaabce7b6a9f1ed |
UTF-8 | 邨帶ェ主匡骰 | 111010011000001010101000111001011011100010110110111011111011110110101010111001001011100010111011111001011000110010100001111010011010101010110000 | e982a8e5b8b6efbdaae4b8bbe58ca1e9aab0 |
UHC | 邨帶?主匡? | 11110101101111101101001111100001001111111111000110101011110011101100010000111111 | f5bed3e13ff1abcec43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)