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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎」謌ヲ竏 | 1110100010111110101000111110011010001000101001101110001010001000 | e8bea3e688a6e288 |
EUC-JP | 霎」謌ヲ竏 | 11110000110000001000111010100011111010111110100010001110101001101110001111101000 | f0c08ea3ebe88ea6e3e8 |
UTF-8 | 霎」謌ヲ竏 | 111010011001110010001110111011111011110110100011111010001010110010001100111011111011110110100110111001111010101110001111 | e99c8eefbda3e8ac8cefbda6e7ab8f |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)