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 | 鋺エ蜃ェ雜 | 1110011111111010101101001110010110000111101010101110100010110110 | e7fab4e587aae8b6 |
EUC-JP | 鋺エ蜃ェ雜 | 11101110111111001000111010110100111010011110011110001110101010101111000010111000 | eefc8eb4e9e78eaaf0b8 |
UTF-8 | 鋺エ蜃ェ雜 | 111010011000101110111010111011111011110110110100111010001001110010000011111011111011110110101010111010011001101110011100 | e98bbaefbdb4e89c83efbdaae99b9c |
UHC | ??蜃?雜 | 00111111001111111110001111110001001111111110110111011010 | 3f3fe3f13fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)