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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 撓???喩 | 10011101100110100011111100111111001111111001101001100111 | 9d9a3f3f3f9a67 |
EUC-JP | 撓???喩 | 11011001111110100011111100111111001111111101001111001000 | d9fa3f3f3fd3c8 |
UTF-8 | 撓눸욌㈇喩 | 111001101001001010010011111010111000100010111000111011001001101010001100111000111000100010000111111001011001011010101001 | e69293eb88b8ec9a8ce38887e596a9 |
UHC | 撓눸욌㈇喩 | 11101000111101011000011111001110100111101110101110101001101110001110101011100111 | e8f587ce9eeba9b8eae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)