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 | 巽俗其辿俗 | 10010010010001101001000110101101100100011011010010010010010010001001000110101101 | 924691ad91b4924891ad |
EUC-JP | 巽俗其辿俗 | 11000011101001111100001010101111110000101011011011000011101010011100001010101111 | c3a7c2afc2b6c3a9c2af |
UTF-8 | 巽俗其辿俗 | 111001011011011110111101111001001011111110010111111001011000010110110110111010001011111010111111111001001011111110010111 | e5b7bde4bf97e585b6e8bebfe4bf97 |
UHC | 巽俗其?俗 | 111000011101111011100001110101001101000011101100001111111110000111010100 | e1dee1d4d0ec3fe1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)