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 | 沚???斐 | 10011111100011010011111100111111001111111001010011100011 | 9f8d3f3f3f94e3 |
EUC-JP | 沚?鱉?斐 | 110111011110110100111111100011111110101111000000001111111100100011100101 | dded3f8febc03fc8e5 |
UTF-8 | 沚어鱉뤋斐 | 111001101011001010011010111011001001011010110100111010011011000110001001111010111010010010001011111001101001011010010000 | e6b29aec96b4e9b189eba48be69690 |
UHC | 沚어鱉뤋斐 | 11110010101011111011111011101110110111001010111010001111101110111101110111101100 | f2afbeeedcae8fbbddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)