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 | ツ愿渉δァツ | 110000101001110011000011100011111100001010000011110000101010011111000010 | c29cc38fc283c2a7c2 |
EUC-JP | ツ愿渉δァツ | 100011101100001011011000110001011011111011000100101001101100010010001110101001111000111011000010 | 8ec2d8c5bec4a6c48ea78ec2 |
UTF-8 | ツ愿渉δァツ | 1110111110111110100000101110011010000100101111111110011010111000100010011100111010110100111011111011110110100111111011111011111010000010 | efbe82e684bfe6b889ceb4efbda7efbe82 |
UHC | ?愿?δ?? | 0011111111101010101101000011111110100101111001000011111100111111 | 3feab43fa5e43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)