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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紅邀競 | 100011010110011111100111101100011000101110100011 | 8d67e7b18ba3 |
EUC-JP | 紅邀競 | 101110011100100011101110101100111011011010100101 | b9c8eeb3b6a5 |
UTF-8 | 紅邀競 | 111001111011010010000101111010011000001010000000111001111010101110110110 | e7b485e98280e7abb6 |
UHC | 紅邀競 | 111110111111010111101001101011011100110011100110 | fbf5e9adcce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)