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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?募槽存 | 00111111100101011110010110010001100001011001000110110110 | 3f95e5918591b6 |
EUC-JP | ?募槽存 | 00111111110010101110011111000001111001011100001010111000 | 3fcae7c1e5c2b8 |
UTF-8 | 뤲募槽存 | 111010111010010010110010111001011000101110011111111001101010011110111101111001011010110110011000 | eba4b2e58b9fe6a7bde5ad98 |
UHC | 뤲募槽存 | 1000111111100000110110011011010011110000110010111111000011101101 | 8fe0d9b4f0cbf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)