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 | 郤也コ烹 | 11100111101110101001011011100111101110101001011001000010 | e7ba96e7ba9642 |
EUC-JP | 郤也コ烹 | 1110111010111100110011001110100110001110101110101100101110100011 | eebccce98ebacba3 |
UTF-8 | 郤也コ烹 | 111010011000001110100100111001001011100110011111111011111011110110111010111001111000001110111001 | e983a4e4b99fefbdbae783b9 |
UHC | ?也?烹 | 001111111110010110100101001111111111100010110010 | 3fe5a53ff8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)