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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | ’?丹?c^ | 1000000101100110001111111001001001001111001111110110001101011110 | 81663f924f3f635e |
EUC-JP | ’?丹鋌c^ | 10100001110001110011111111000011101100001000111111100100101110110110001101011110 | a1c73fc3b08fe4bb635e |
UTF-8 | ’룶丹鋌c^ | 1110001010000000100110011110101110100011101101101110010010111000101110011110100110001011100011000110001101011110 | e28099eba3b6e4b8b9e98b8c635e |
UHC | ’룶丹鋌c^ | 10100001101011111000111110101011110100111010000111101111111110110110001101011110 | a1af8fabd3a1effb635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)