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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ツ兒}ツ兒{^ | 110000101001100101011010011111011100001010011001010110100111101101011110 | c2995a7dc2995a7b5e |
EUC-JP | ツ兒}ツ兒{^ | 1000111011000010110100011011101101111101100011101100001011010001101110110111101101011110 | 8ec2d1bb7d8ec2d1bb7b5e |
UTF-8 | ツ兒}ツ兒{^ | 111011111011111010000010111001011000010110010010011111011110111110111110100000101110010110000101100100100111101101011110 | efbe82e585927defbe82e585927b5e |
UHC | ?兒}?兒{^ | 001111111110010010101110011111010011111111100100101011100111101101011110 | 3fe4ae7d3fe4ae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)