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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雎主キ晞エ撮 | 11101000101100011000111011100101101101111001110111101001101101001000111001000010 | e8b18ee5b79de9b48e42 |
EUC-JP | 雎主キ晞エ撮 | 111100001011001110111100111001111000111010110111110110101110101110001110101101001011101110100011 | f0b3bce78eb7daeb8eb4bba3 |
UTF-8 | 雎主キ晞エ撮 | 111010011001101110001110111001001011100010111011111011111011110110110111111001101001100110011110111011111011110110110100111001101001001010101110 | e99b8ee4b8bbefbdb7e6999eefbdb4e692ae |
UHC | 雎主?晞?撮 | 11101110110100011111000110101011001111111111110111110101001111111111010111001001 | eed1f1ab3ffdf53ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)