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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??卍 | 00111111001111111001100111000010 | 3f3f99c2 |
EUC-JP | ??卍 | 00111111001111111101001011000100 | 3f3fd2c4 |
UTF-8 | 療띈卍 | 111011111010011110000001111010111001110110001000111001011000110110001101 | efa781eb9d88e58d8d |
UHC | 療띈卍 | 111010001111111010110110111010001101100010110011 | e8feb6e8d8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)