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 | ?屎? | 00111111100110111001110100111111 | 3f9b9d3f |
EUC-JP | ?屎? | 00111111110101011111110100111111 | 3fd5fd3f |
UTF-8 | 뮘屎꺦 | 111010111010111010011000111001011011000110001110111010101011101010100110 | ebae98e5b18eeabaa6 |
UHC | 뮘屎꺦 | 100100101010010011100011101110101000001111001100 | 92a4e3ba83cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)