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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ孩ツ姪按静 | 11000010100110110111011111000010100101101100001110001000110000101001000011000011 | c29b77c296c388c290c3 |
EUC-JP | ツ孩ツ姪按静 | 100011101100001011010101110110001000111011000010110011001100010110110000110001001100000011000101 | 8ec2d5d88ec2ccc5b0c4c0c5 |
UTF-8 | ツ孩ツ姪按静 | 111011111011111010000010111001011010110110101001111011111011111010000010111001011010011110101010111001101000110010001001111010011001110110011001 | efbe82e5ada9efbe82e5a7aae68c89e99d99 |
UHC | ?孩?姪按? | 001111111111101010101001001111111111001011101011111001001100111000111111 | 3ffaa93ff2ebe4ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)