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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ鼎ツ板ァ | 11000010100100110100001111000010100101001100001010100111 | c29343c294c2a7 |
EUC-JP | ツ鼎ツ板ァ | 10001110110000101100010110100100100011101100001011001000110001001000111010100111 | 8ec2c5a48ec2c8c48ea7 |
UTF-8 | ツ鼎ツ板ァ | 111011111011111010000010111010011011110010001110111011111011111010000010111001101001110110111111111011111011110110100111 | efbe82e9bc8eefbe82e69dbfefbda7 |
UHC | ?鼎?板? | 00111111111100001010001100111111111101111111100100111111 | 3ff0a33ff7f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)