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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 趾??趾??^ | 111001101110010000111111001111111110011011100100001111110011111101011110 | e6e43f3fe6e43f3f5e |
EUC-JP | 趾??趾?湄^ | 1110110011100110001111110011111111101100111001100011111110001111110001111111000101011110 | ece63f3fece63f8fc7f15e |
UTF-8 | 趾띌릎趾띈湄^ | 11101000101101101011111011101011100111011000110011101011101001101000111011101000101101101011111011101011100111011000100011100110101110011000010001011110 | e8b6beeb9d8ceba68ee8b6beeb9d88e6b9845e |
UHC | 趾띌릎趾띈湄^ | 11110010101111111011011011101001101110001010110111110010101111111011011011101000110110101011010101011110 | f2bfb6e9b8adf2bfb6e8dab55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)