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 | ?勇? | 00111111100101110100010100111111 | 3f97453f |
EUC-JP | ?勇? | 00111111110011011010011000111111 | 3fcda63f |
UTF-8 | 쒔勇쒀 | 111011001001001010010100111001011000101110000111111011001001001010000000 | ec9294e58b87ec9280 |
UHC | 쒔勇쒀 | 101111101010110111101001101110001011111010101100 | beade9b8beac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)