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 | 讓ス螻樣●蜑 | 1110011010101000101111011110010110110001100111101110100110000001100111001110010110001001 | e6a8bde5b19ee9819ce589 |
EUC-JP | 讓ス螻樣●蜑 | 111011001010101010001110101111011110101010110011110111001110101110100001111111001110100111101001 | ecaa8ebdeab3dceba1fce9e9 |
UTF-8 | 讓ス螻樣●蜑 | 111010001010111010010011111011111011110110111101111010001001111010111011111001101010100010100011111000101001011110001111111010001001110010010001 | e8ae93efbdbde89ebbe6a8a3e2978fe89c91 |
UHC | 讓??樣●? | 111001011101001100111111001111111110010111000110101000011101110000111111 | e5d33f3fe5c6a1dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)