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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 辿遜揃h | 10010010010010001001000110111011100100011011010101101000 | 924891bb91b568 |
EUC-JP | 辿遜揃h | 11000011101010011100001010111101110000101011011101101000 | c3a9c2bdc2b768 |
UTF-8 | 辿遜揃h | 11101000101111101011111111101001100000011001110011100110100011111000001101101000 | e8bebfe9819ce68f8368 |
UHC | ?遜?h | 0011111111100001111000010011111101101000 | 3fe1e13f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)