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 | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | テャテカツ兒@h | 110000111010110011000011101101101100001010011001010110100100000001101000 | c3acc3b6c2995a4068 |
EUC-JP | テャテカツ兒@h | 1000111011000011100011101010110010001110110000111000111010110110100011101100001011010001101110110100000001101000 | 8ec38eac8ec38eb68ec2d1bb4068 |
UTF-8 | テャテカツ兒@h | 1110111110111110100000111110111110111101101011001110111110111110100000111110111110111101101101101110111110111110100000101110010110000101100100100100000001101000 | efbe83efbdacefbe83efbdb6efbe82e585924068 |
UHC | ?????兒@h | 001111110011111100111111001111110011111111100100101011100100000001101000 | 3f3f3f3f3fe4ae4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)