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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ツ湘。テコ^ | 11000010100011111100001110100001110000111011101001011110 | c28fc3a1c3ba5e |
EUC-JP | ツ湘。テコ^ | 1000111011000010101111101100010110001110101000011000111011000011100011101011101001011110 | 8ec2bec58ea18ec38eba5e |
UTF-8 | ツ湘。テコ^ | 11101111101111101000001011100110101110011001100011101111101111011010000111101111101111101000001111101111101111011011101001011110 | efbe82e6b998efbda1efbe83efbdba5e |
UHC | ?湘???^ | 00111111110111111100111100111111001111110011111101011110 | 3fdfcf3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)