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 | 苳よ迂癇よ | 11100100100101001000001011100110100010010100100111100001100100101000001011100110 | e49482e68949e19282e6 |
EUC-JP | 苳よ迂癇よ | 11100111111101001010010011101000101100011010101011100001111100101010010011101000 | e7f4a4e8b1aae1f2a4e8 |
UTF-8 | 苳よ迂癇よ | 111010001000101110110011111000111000001010001000111010001011111110000010111001111001100110000111111000111000001010001000 | e88bb3e38288e8bf82e79987e38288 |
UHC | ?よ迂?よ | 0011111110101010111010001110100111100110001111111010101011101000 | 3faae8e9e63faae8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)