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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?貔諶ェ悉 | 0011111111100110101111101111101110101010101010101000111010111011 | 3fe6befbaaaa8ebb |
EUC-JP | 澰貔諶ェ悉 | 100011111100100011110111111011001100000010001111110111101011010110001110101010101011110010111101 | 8fc8f7ecc08fdeb58eaabcbd |
UTF-8 | 澰貔諶ェ悉 | 111001101011111010110000111010001011001010010100111010001010101110110110111011111011110110101010111001101000001010001001 | e6beb0e8b294e8abb6efbdaae68289 |
UHC | ??諶?悉 | 00111111001111111110010010100110001111111110001111111010 | 3f3fe4a63fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)