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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ?讌巐餓ァ「h | 00111111111001101010010111111010101101101000100111101100101001111010001001101000 | 3fe6a5fab689eca7a268 |
EUC-JP | 嶴讌巐餓ァ「h | 100011111011101111110011111011001010011110001111101110111111100110110010111011101000111010100111100011101010001001101000 | 8fbbf3eca78fbbf9b2ee8ea78ea268 |
UTF-8 | 嶴讌巐餓ァ「h | 11100101101101101011010011101000101011101000110011100101101101111001000011101001101001001001001111101111101111011010011111101111101111011010001001101000 | e5b6b4e8ae8ce5b790e9a493efbda7efbda268 |
UHC | ???餓??h | 0011111100111111001111111110010010111011001111110011111101101000 | 3f3f3fe4bb3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)