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 | ツ羨ツ祖 | 110000101001000101000001110000101001000101100011 | c29141c29163 |
EUC-JP | ツ羨ツ祖 | 1000111011000010110000011010001010001110110000101100000111000100 | 8ec2c1a28ec2c1c4 |
UTF-8 | ツ羨ツ祖 | 111011111011111010000010111001111011111010101000111011111011111010000010111001111010010110010110 | efbe82e7bea8efbe82e7a596 |
UHC | ?羨?祖 | 001111111110000011001100001111111111000011010011 | 3fe0cc3ff0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)