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 | 10010010010010001001000110111011100100011010010101101000 | 924891bb91a568 |
EUC-JP | 辿遜則h | 11000011101010011100001010111101110000101010011101101000 | c3a9c2bdc2a768 |
UTF-8 | 辿遜則h | 11101000101111101011111111101001100000011001110011100101100010011000011101101000 | e8bebfe9819ce5898768 |
UHC | ?遜則h | 001111111110000111100001111101101100111001101000 | 3fe1e1f6ce68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)