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 | 陷エ蜃ェ雜 | 1110100010011100101101001110010110000111101010101110100010110110 | e89cb4e587aae8b6 |
EUC-JP | 陷エ蜃ェ雜 | 11101111111111001000111010110100111010011110011110001110101010101111000010111000 | effc8eb4e9e78eaaf0b8 |
UTF-8 | 陷エ蜃ェ雜 | 111010011001100110110111111011111011110110110100111010001001110010000011111011111011110110101010111010011001101110011100 | e999b7efbdb4e89c83efbdaae99b9c |
UHC | 陷?蜃?雜 | 1111100111101000001111111110001111110001001111111110110111011010 | f9e83fe3f13fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)