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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 覲律婢G | 11100110010100101001011110100101100110110101100001000111 | e65297a59b5847 |
EUC-JP | 覲律婢G | 11101011101100111100111010100111110101011011100101000111 | ebb3cea7d5b947 |
UTF-8 | 覲律婢G | 11101000101001101011001011100101101111101000101111100101101010011010001001000111 | e8a6b2e5be8be5a9a247 |
UHC | 覲律婢G | 11010000110011001101011111001000110111011110011001000111 | d0ccd7c8dde647 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)