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 | 驥殊サ楠凋 | 111010011000011110001110111010101011101110010011111011011001001010011100 | e9878eeabb93ed929c |
EUC-JP | 驥殊サ楠凋 | 11110001111001111011110011101100100011101011101111000110111011111100001111111100 | f1e7bcec8ebbc6efc3fc |
UTF-8 | 驥殊サ楠凋 | 111010011010100110100101111001101010111010001010111011111011110110111011111001101010010110100000111001011000011110001011 | e9a9a5e6ae8aefbdbbe6a5a0e5878b |
UHC | 驥殊?楠凋 | 110100011100101011100010101010000011111111010001111110001111000010111101 | d1cae2a83fd1f8f0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)