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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将」娼ミ宵筍 | 10001111101010111010001110001111101010011101000010001111101010101110001010100001 | 8faba38fa9d08faae2a1 |
EUC-JP | 将」娼ミ宵筍 | 101111101010110110001110101000111011111010101011100011101101000010111110101011001110010010100011 | bead8ea3beab8ed0beace4a3 |
UTF-8 | 将」娼ミ宵筍 | 111001011011000010000110111011111011110110100011111001011010100010111100111011111011111010010000111001011010111010110101111001111010110110001101 | e5b086efbda3e5a8bcefbe90e5aeb5e7ad8d |
UHC | ??娼?宵筍 | 001111110011111111110011110111100011111111100001101100101110001011101100 | 3f3ff3de3fe1b2e2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)