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 | ?庾?雰? | 0011111110001111101111001100111000111111110010101011011100111111 | 3f8fbcce3fcab73f |
UTF-8 | 뤗庾쪕雰렍 | 111010111010010010010111111001011011101010111110111011001010101010010101111010011001101110110000111010111010000010001101 | eba497e5babeecaa95e99bb0eba08d |
UHC | 뤗庾쪕雰렍 | 10001111110001111110101011101100101001011000111111011101110101001000111010100011 | 8fc7eaeca58fddd48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)