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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ヨ蠣ヨ蠣B | 11010110111001010111100111010110111001010111100101000010 | d6e579d6e57942 |
EUC-JP | ヨ蠣ヨ蠣B | 100011101101011011101001110110101000111011010110111010011101101001000010 | 8ed6e9da8ed6e9da42 |
UTF-8 | ヨ蠣ヨ蠣B | 11101111101111101001011011101000101000001010001111101111101111101001011011101000101000001010001101000010 | efbe96e8a0a3efbe96e8a0a342 |
UHC | ?蠣?蠣B | 00111111110101011110111000111111110101011110111001000010 | 3fd5ee3fd5ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)