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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 娛뤿챶栒녷슅 | 111001011010100010011011111010111010010010111111111011001011000110110110111001101010000010010010111010111000010110110111111011001000101010000101 | e5a89beba4bfecb1b6e6a092eb85b7ec8a85 |
UHC | 娛뤿챶栒녷슅 | 111001111111010010001111111010111010101010000011111000101110001110000110111001101001101010010111 | e7f48febaa83e2e386e69a97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)