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 | 曜??意? | 10010111011010100011111100111111100010001101001100111111 | 976a3f3f88d33f |
EUC-JP | 曜??意? | 11001101110010110011111100111111101100001101010100111111 | cdcb3f3fb0d53f |
UTF-8 | 曜섎끀意뢆 | 111001101001101110011100111011001000010010001110111010111000000110000000111001101000010010001111111010111010001010000110 | e69b9cec848eeb8180e6848feba286 |
UHC | 曜섎끀意뢆 | 11101000111110001001100011101011100001011011011011101011111100101000111101000010 | e8f898eb85b6ebf28f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)