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 | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 霆雁ーコk | 11101000101110111000101011100101101100001011101001101011 | e8bb8ae5b0ba6b |
EUC-JP | 霆雁ーコk | 111100001011110110110100111001111000111010110000100011101011101001101011 | f0bdb4e78eb08eba6b |
UTF-8 | 霆雁ーコk | 11101001100111001000011011101001100110111000000111101111101111011011000011101111101111011011101001101011 | e99c86e99b81efbdb0efbdba6b |
UHC | 霆雁??k | 11101111111111011110010011010010001111110011111101101011 | effde4d23f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)