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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ孩ツ | 11000010100110110111011111000010 | c29b77c2 |
EUC-JP | ツ孩ツ | 100011101100001011010101110110001000111011000010 | 8ec2d5d88ec2 |
UTF-8 | ツ孩ツ | 111011111011111010000010111001011010110110101001111011111011111010000010 | efbe82e5ada9efbe82 |
UHC | ?孩? | 00111111111110101010100100111111 | 3ffaa93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)