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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | ?珹?^ | 001111111000111111001011111110110011111101011110 | 3f8fcbfb3f5e |
UTF-8 | 룶珹∼^ | 11101011101000111011011011100111100011111011100111100010100010001011110001011110 | eba3b6e78fb9e288bc5e |
UHC | 룶珹∼^ | 10001111101010111110000011111011101000011010110101011110 | 8fabe0fba1ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)