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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鱶メ謗クワセ | 11101001111001101101001011100110100011101011100011011100111100011000111010111110 | e9e6d2e68eb8dcf18ebe |
EUC-JP | 鱶メ謗クワ?セ | 11110010111010001000111011010010111010111110111010001110101110001000111011011100001111111000111010111110 | f2e88ed2ebee8eb88edc3f8ebe |
UTF-8 | 鱶メ謗クワセ | 111010011011000110110110111011111011111010010010111010001010110010010111111011111011110110111000111011111011111010011100111011101000010010001001111011111011110110111110 | e9b1b6efbe92e8ac97efbdb8efbe9cee8489efbdbe |
UHC | ??謗???? | 0011111100111111110110111011111100111111001111110011111100111111 | 3f3fdbbf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)