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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ凖板碍 | 11000010100110011100001110010100110000101000101001010110 | c299c394c28a56 |
EUC-JP | ツ凖板碍 | 1000111011000010110100101100010111001000110001001011001110110111 | 8ec2d2c5c8c4b3b7 |
UTF-8 | ツ凖板碍 | 111011111011111010000010111001011000011110010110111001101001110110111111111001111010001010001101 | efbe82e58796e69dbfe7a28d |
UHC | ??板碍 | 001111110011111111110111111110011110010011110100 | 3f3ff7f9e4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)