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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴫煜疾 | 1111001010110101100011101011000011111011010101011000111010111110 | f2b58eb0fb558ebe |
EUC-JP | ?鴫煜疾 | 0011111110111100101100101000111111001001111111001011110011000000 | 3fbcb28fc9fcbcc0 |
UTF-8 | 鴫煜疾 | 111011101000011110101100111010011011010010101011111001111000010110011100111001111001011010111110 | ee87ace9b4abe7859ce796be |
UHC | ??煜疾 | 001111110011111111101001111100101111001011110000 | 3f3fe9f2f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)