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 | ツ猷ツδ渉㎎ | 11000010100101110101000111000010100000111100001010001111110000101000011101110010 | c29751c283c28fc28772 |
EUC-JP | ツ猷ツδ渉? | 1000111011000010110011011011001010001110110000101010011011000100101111101100010000111111 | 8ec2cdb28ec2a6c4bec43f |
UTF-8 | ツ猷ツδ渉㎎ | 1110111110111110100000101110011110001100101101111110111110111110100000101100111010110100111001101011100010001001111000111000111010001110 | efbe82e78cb7efbe82ceb4e6b889e38e8e |
UHC | ?猷?δ?㎎ | 001111111110101110100011001111111010010111100100001111111010011110110111 | 3feba33fa5e43fa7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)