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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霎竺昇 | 1110100010111110100011101011000110001111101110001111011011101100 | e8be8eb18fb8f6ec |
EUC-JP | 霎竺昇? | 11110000110000001011110010110011101111101011101000111111 | f0c0bcb3beba3f |
UTF-8 | 霎竺昇 | 111010011001110010001110111001111010101110111010111001101001100010000111111011101001010010010011 | e99c8ee7abbae69887ee9493 |
UHC | ?竺昇? | 001111111111010111100111111000111011000000111111 | 3ff5e7e3b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)