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 | 殿?汀?耳甲 | 10010011011000010011111110010010111100110011111110001110101010001000110101100010 | 93613f92f33f8ea88d62 |
EUC-JP | 殿?汀?耳甲 | 11000101110000100011111111000100111101010011111110111100101010101011100111000011 | c5c23fc4f53fbcaab9c3 |
UTF-8 | 殿렔汀렡耳甲 | 111001101010111010111111111010111010000010010100111001101011000110000000111010111010000010100001111010001000000010110011111001111001010010110010 | e6aebfeba094e6b180eba0a1e880b3e794b2 |
UHC | 殿렔汀렡耳甲 | 111011101111110010001110101010011110111111100010100011101011001011101100101111001100101110100011 | eefc8ea9efe28eb2ecbccba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)