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 | 猷??猷ヨ? | 100101110101000100111111001111111001011101010001100000111000100000111111 | 97513f3f975183883f |
EUC-JP | 猷??猷ヨ? | 110011011011001000111111001111111100110110110010101001011110100000111111 | cdb23f3fcdb2a5e83f |
UTF-8 | 猷띠뿄猷ヨ눧 | 111001111000110010110111111010111001110110100000111010111011111110000100111001111000110010110111111000111000001110101000111010111000100010100111 | e78cb7eb9da0ebbf84e78cb7e383a8eb88a7 |
UHC | 猷띠뿄猷ヨ눧 | 111010111010001110110110111011001001011110001100111010111010001110101011111010001000011110111110 | eba3b6ec978ceba3abe887be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)