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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 辿俗造o | 10010010010010001001000110101101100100011010001001101111 | 924891ad91a26f |
EUC-JP | 辿俗造o | 11000011101010011100001010101111110000101010010001101111 | c3a9c2afc2a46f |
UTF-8 | 辿俗造o | 11101000101111101011111111100100101111111001011111101001100000001010000001101111 | e8bebfe4bf97e980a06f |
UHC | ?俗造o | 001111111110000111010100111100001110001101101111 | 3fe1d4f0e36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)