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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邀オ逕サ | 111001111011000110110101111001111001010010111011 | e7b1b5e794bb |
EUC-JP | 邀オ逕サ | 1110111010110011100011101011010111101101111101001000111010111011 | eeb38eb5edf48ebb |
UTF-8 | 邀オ逕サ | 111010011000001010000000111011111011110110110101111010011000000010010101111011111011110110111011 | e98280efbdb5e98095efbdbb |
UHC | 邀?逕? | 111010011010110100111111110011001110111100111111 | e9ad3fccef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)