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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隹キ貂ャ螻曷 | 11101000101100001011011111100110101110001010110011100101101100011001111001001010 | e8b0b7e6b8ace5b19e4a |
EUC-JP | 隹キ貂ャ螻曷 | 111100001011001010001110101101111110110010111010100011101010110011101010101100111101101110101011 | f0b28eb7ecba8eaceab3dbab |
UTF-8 | 隹キ貂ャ螻曷 | 111010011001101010111001111011111011110110110111111010001011001010000010111011111011110110101100111010001001111010111011111001101001101110110111 | e99ab9efbdb7e8b282efbdace89ebbe69bb7 |
UHC | ??貂??曷 | 0011111100111111111101011011000000111111001111111100101011100011 | 3f3ff5b03f3fcae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)