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 | 棚綻族巽速 | 10010010010010011001001001011101100100011011000010010010010001101001000110101100 | 9249925d91b0924691ac |
EUC-JP | 棚綻族巽速 | 11000011101010101100001110111110110000101011001011000011101001111100001010101110 | c3aac3bec2b2c3a7c2ae |
UTF-8 | 棚綻族巽速 | 111001101010001110011010111001111011011010111011111001101001011110001111111001011011011110111101111010011000000010011111 | e6a39ae7b6bbe6978fe5b7bde9809f |
UHC | 棚綻族巽速 | 11011101110111001111011110101010111100001110100111100001110111101110000111011100 | dddcf7aaf0e9e1dee1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)