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 | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
SJIS-WIN | ツ棚Gツ棚R | 1100001010010010010010010100011111000010100100100100100101010010 | c2924947c2924952 |
EUC-JP | ツ棚Gツ棚R | 10001110110000101100001110101010010001111000111011000010110000111010101001010010 | 8ec2c3aa478ec2c3aa52 |
UTF-8 | ツ棚Gツ棚R | 1110111110111110100000101110011010100011100110100100011111101111101111101000001011100110101000111001101001010010 | efbe82e6a39a47efbe82e6a39a52 |
UHC | ?棚G?棚R | 0011111111011101110111000100011100111111110111011101110001010010 | 3fdddc473fdddc52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)