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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???雰? | 001111110011111100111111100101011011010100111111 | 3f3f3f95b53f |
EUC-JP | ???雰? | 001111110011111100111111110010101011011100111111 | 3f3f3fcab73f |
UTF-8 | 뤰쨴쪕雰렍 | 111010111010010010110000111011001010100010110100111011001010101010010101111010011001101110110000111010111010000010001101 | eba4b0eca8b4ecaa95e99bb0eba08d |
UHC | 뤰쨴쪕雰렍 | 10001111110111101010010010001110101001011000111111011101110101001000111010100011 | 8fdea48ea58fddd48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)