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 | ?橈?楔 | 001111111001111011110100001111111001111010110110 | 3f9ef43f9eb6 |
EUC-JP | ?橈?楔 | 001111111101110011110110001111111101110010111000 | 3fdcf63fdcb8 |
UTF-8 | 뾸橈숞楔 | 111010111011111010111000111001101010100110001000111011001000100010011110111001101010010110010100 | ebbeb8e6a988ec889ee6a594 |
UHC | 뾸橈숞楔 | 1001011101111010111010001111101010011001111110111110000011011011 | 977ae8fa99fbe0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)