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 | 驅唸咫齏 | 1110100101111011100110100101100010011010010000001110100011101011 | e97b9a589a40e8eb |
EUC-JP | 驅唸咫齏 | 1111000111011100110100111011100111010011101000011111000011101101 | f1dcd3b9d3a1f0ed |
UTF-8 | 驅唸咫齏 | 111010011010100110000101111001011001010010111000111001011001001010101011111010011011110110001111 | e9a985e594b8e592abe9bd8f |
UHC | 驅?咫? | 110011111100110000111111111100101010000100111111 | cfcc3ff2a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)