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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 縞消 | 100011101100100010001111110000011111011111101100 | 8ec88fc1f7ec |
EUC-JP | 縞消? | 1011110011001010101111101100001100111111 | bccabec33f |
UTF-8 | 縞消 | 111001111011100010011110111001101011011010001000111011101001011110001111 | e7b89ee6b688ee978f |
UHC | 縞消? | 1111101111010110111000011011110000111111 | fbd6e1bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)