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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ兒ツ嘶 | 110000101001100101011010110000101001101001111100 | c2995ac29a7c |
EUC-JP | ツ兒ツ嘶 | 1000111011000010110100011011101110001110110000101101001111011101 | 8ec2d1bb8ec2d3dd |
UTF-8 | ツ兒ツ嘶 | 111011111011111010000010111001011000010110010010111011111011111010000010111001011001100010110110 | efbe82e58592efbe82e598b6 |
UHC | ?兒?嘶 | 001111111110010010101110001111111110001110110110 | 3fe4ae3fe3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)