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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 孃ゆ?F | 100110110110111110000010111001000011111101000110 | 9b6f82e43f46 |
EUC-JP | 孃ゆ?F | 110101011101000010100100111001100011111101000110 | d5d0a4e63f46 |
UTF-8 | 孃ゆ퐱F | 11100101101011011000001111100011100000101000011011101101100100001011000101000110 | e5ad83e38286ed90b146 |
UHC | 孃ゆ퐱F | 11100101101111101010101011100110101111011001101001000110 | e5beaae6bd9a46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)