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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | ツ但ツ淡ツ短[ | 11000010100100100100000111000010100100100101011111000010100100100101101001011011 | c29241c29257c2925a5b |
EUC-JP | ツ但ツ淡ツ短[ | 10001110110000101100001110100010100011101100001011000011101110001000111011000010110000111011101101011011 | 8ec2c3a28ec2c3b88ec2c3bb5b |
UTF-8 | ツ但ツ淡ツ短[ | 11101111101111101000001011100100101111011000011011101111101111101000001011100110101101111010000111101111101111101000001011100111100111111010110101011011 | efbe82e4bd86efbe82e6b7a1efbe82e79fad5b |
UHC | ?但?淡?短[ | 00111111110100111010001100111111110100111011111100111111110100111010110101011011 | 3fd3a33fd3bf3fd3ad5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)