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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ツ棚ツ短@h | 1100001010010010010010011100001010010010010110100100000001101000 | c29249c2925a4068 |
EUC-JP | ツ棚ツ短@h | 10001110110000101100001110101010100011101100001011000011101110110100000001101000 | 8ec2c3aa8ec2c3bb4068 |
UTF-8 | ツ棚ツ短@h | 1110111110111110100000101110011010100011100110101110111110111110100000101110011110011111101011010100000001101000 | efbe82e6a39aefbe82e79fad4068 |
UHC | ?棚?短@h | 0011111111011101110111000011111111010011101011010100000001101000 | 3fdddc3fd3ad4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)