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 | 霑ェ鬘比 | 11101000101111111010101011101001101000011001010011100100 | e8bfaae9a194e4 |
EUC-JP | 霑ェ鬘比 | 1111000011000001100011101010101011110010101000111100100011100110 | f0c18eaaf2a3c8e6 |
UTF-8 | 霑ェ鬘比 | 111010011001110010010001111011111011110110101010111010011010110010011000111001101010111110010100 | e99c91efbdaae9ac98e6af94 |
UHC | 霑??比 | 111011111100010100111111001111111101110111101111 | efc53f3fddef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)