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 | ??fB | 00111111001111110110011001000010 | 3f3f6642 |
SJIS-WIN | ツ棚fB | 1100001010010010010010010110011001000010 | c292496642 |
EUC-JP | ツ棚fB | 100011101100001011000011101010100110011001000010 | 8ec2c3aa6642 |
UTF-8 | ツ棚fB | 1110111110111110100000101110011010100011100110100110011001000010 | efbe82e6a39a6642 |
UHC | ?棚fB | 0011111111011101110111000110011001000010 | 3fdddc6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)