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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 沚???斐ъ | 100111111000110100111111001111110011111110010100111000111000010010001100 | 9f8d3f3f3f94e3848c |
EUC-JP | 沚?鱉?斐ъ | 1101110111101101001111111000111111101011110000000011111111001000111001011010011111101100 | dded3f8febc03fc8e5a7ec |
UTF-8 | 沚어鱉뤋斐ъ | 1110011010110010100110101110110010010110101101001110100110110001100010011110101110100100100010111110011010010110100100001101000110001010 | e6b29aec96b4e9b189eba48be69690d18a |
UHC | 沚어鱉뤋斐ъ | 111100101010111110111110111011101101110010101110100011111011101111011101111011001010110011101100 | f2afbeeedcae8fbbddecacec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)