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 | ?勇槽 | 0011111110010111010001011001000110000101 | 3f97459185 |
EUC-JP | ?勇槽 | 0011111111001101101001101100000111100101 | 3fcda6c1e5 |
UTF-8 | 뤚勇槽 | 111010111010010010011010111001011000101110000111111001101010011110111101 | eba49ae58b87e6a7bd |
UHC | 뤚勇槽 | 100011111100100111101001101110001111000011001011 | 8fc9e9b8f0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)