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 | 顋呱奮 | 111010001111100110011001111010111001010110110001 | e8f999eb95b1 |
EUC-JP | 顋呱奮 | 111100001111101111010010111011011100101010110011 | f0fbd2edcab3 |
UTF-8 | 顋呱奮 | 111010011010000110001011111001011001000110110001111001011010010110101110 | e9a18be591b1e5a5ae |
UHC | ?呱奮 | 0011111111001101101100101101110111000111 | 3fcdb2ddc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)