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 | 巡?6義ф? | 10001111100001000011111110000010010101011000101101100000100001001000011000111111 | 8f843f82558b6084863f |
EUC-JP | 巡?6義ф? | 10111101111001000011111110100011101101101011010111000001101001111110011000111111 | bde43fa3b6b5c1a7e63f |
UTF-8 | 巡볥6義ф썭 | 1110010110110111101000011110101110110011101001011110111110111100100101101110011110111110101010011101000110000100111011001000110110101101 | e5b7a1ebb3a5efbc96e7bea9d184ec8dad |
UHC | 巡볥6義ф썭 | 111000101101111010010011111010111010001110110110111010111111100110101100111001101001101110011101 | e2de93eba3b6ebf9ace69b9d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)