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 | 渦??塋 | 100010010101000100111111001111111001101011001000 | 89513f3f9ac8 |
EUC-JP | 渦??塋 | 101100011011001000111111001111111101010011001010 | b1b23f3fd4ca |
UTF-8 | 渦겼뜏塋 | 111001101011100010100110111010101011001010111100111010111001110010001111111001011010000110001011 | e6b8a6eab2bceb9c8fe5a18b |
UHC | 渦겼뜏塋 | 1110100010111110101100001110010110001101100100101110011110101011 | e8beb0e58d92e7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)