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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ暗タ | 1100001010001000110000111000001101011110 | c288c3835e |
EUC-JP | ツ暗タ | 100011101100001010110000110001011010010110111111 | 8ec2b0c5a5bf |
UTF-8 | ツ暗タ | 111011111011111010000010111001101001101010010111111000111000001010111111 | efbe82e69a97e382bf |
UHC | ?暗タ | 0011111111100100110111101010101110111111 | 3fe4deabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)