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 | 曜??猶? | 10010111011010100011111100111111100101110101000000111111 | 976a3f3f97503f |
EUC-JP | 曜??猶? | 11001101110010110011111100111111110011011011000100111111 | cdcb3f3fcdb13f |
UTF-8 | 曜섎렯猶덯 | 111001101001101110011100111011001000010010001110111010111010000010101111111001111000110010110110111010111000110110101111 | e69b9cec848eeba0afe78cb6eb8daf |
UHC | 曜섎렯猶덯 | 11101000111110001001100011101011100011101011110011101011101000101000100101000110 | e8f898eb8ebceba28946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)