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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | ツ渉ゥテ〉P | 1100001010001111110000101010100111000011100000010111001001010000 | c28fc2a9c3817250 |
EUC-JP | ツ渉ゥテ〉P | 1000111011000010101111101100010010001110101010011000111011000011101000011101001101010000 | 8ec2bec48ea98ec3a1d350 |
UTF-8 | ツ渉ゥテ〉P | 11101111101111101000001011100110101110001000100111101111101111011010100111101111101111101000001111100011100000001000100101010000 | efbe82e6b889efbda9efbe83e3808950 |
UHC | ????〉P | 00111111001111110011111100111111101000011011010101010000 | 3f3f3f3fa1b550 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)