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 | 謔帶オョ | 111001101000001010011011111001101011010110101110 | e6829be6b5ae |
EUC-JP | 謔帶オョ | 1110101111100010110101101110100010001110101101011000111010101110 | ebe2d6e88eb58eae |
UTF-8 | 謔帶オョ | 111010001010110010010100111001011011100010110110111011111011110110110101111011111011110110101110 | e8ac94e5b8b6efbdb5efbdae |
UHC | 謔帶?? | 111110011100110011010011111000010011111100111111 | f9ccd3e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)