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 | 斜失剰ン | 10001110110011101000111010111000100011111110100011011101 | 8ece8eb88fe8dd |
EUC-JP | 斜失剰ン | 1011110011010000101111001011101010111110111010101000111011011101 | bcd0bcbabeea8edd |
UTF-8 | 斜失剰ン | 111001101001011010011100111001011010010010110001111001011000100110110000111011111011111010011101 | e6969ce5a4b1e589b0efbe9d |
UHC | 斜失?? | 110111101101100011100011111101110011111100111111 | ded8e3f73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)