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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐瀧讌ッ巐ゥ | 11111010101101101001000111101011111001101010010110101111111110101011011010101001 | fab691ebe6a5affab6a9 |
EUC-JP | 巐瀧讌ッ巐ゥ | 1000111110111011111110011100001011101101111011001010011110001110101011111000111110111011111110011000111010101001 | 8fbbf9c2edeca78eaf8fbbf98ea9 |
UTF-8 | 巐瀧讌ッ巐ゥ | 111001011011011110010000111001111000000010100111111010001010111010001100111011111011110110101111111001011011011110010000111011111011110110101001 | e5b790e780a7e8ae8cefbdafe5b790efbda9 |
UHC | ?瀧???? | 00111111110101101110100100111111001111110011111100111111 | 3fd6e93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)