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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 達属達属^ | 100100100100001010010001101011101001001001000010100100011010111001011110 | 924291ae924291ae5e |
EUC-JP | 達属達属^ | 110000111010001111000010101100001100001110100011110000101011000001011110 | c3a3c2b0c3a3c2b05e |
UTF-8 | 達属達属^ | 11101001100000011001010011100101101100011001111011101001100000011001010011100101101100011001111001011110 | e98194e5b19ee98194e5b19e5e |
UHC | 達?達?^ | 11010011101110010011111111010011101110010011111101011110 | d3b93fd3b93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)