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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?衷] | 00111111100100101000111101011101 | 3f928f5d |
EUC-JP | ?衷] | 00111111110000111110111101011101 | 3fc3ef5d |
UTF-8 | 뤜衷] | 11101011101001001001110011101000101000011011011101011101 | eba49ce8a1b75d |
UHC | 뤜衷] | 1000111111001011111101011111101101011101 | 8fcbf5fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)