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 | 汚??饒 | 100010011001100000111111001111111110100101100000 | 89983f3fe960 |
EUC-JP | 汚??饒 | 101100011111100000111111001111111111000111000001 | b1f83f3ff1c1 |
UTF-8 | 汚꾬쉘饒 | 111001101011000110011010111010101011111010101100111011001000100110011000111010011010010110010010 | e6b19aeabeacec8998e9a592 |
UHC | 汚꾬쉘饒 | 1110011111111101100001001110111110111101101010011110100110101110 | e7fd84efbda9e9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)