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 | 雋雁シ比 | 11101000101100101000101011100101101111001001010011100100 | e8b28ae5bc94e4 |
EUC-JP | 雋雁シ比 | 1111000010110100101101001110011110001110101111001100100011100110 | f0b4b4e78ebcc8e6 |
UTF-8 | 雋雁シ比 | 111010011001101110001011111010011001101110000001111011111011110110111100111001101010111110010100 | e99b8be99b81efbdbce6af94 |
UHC | 雋雁?比 | 11110001111001101110010011010010001111111101110111101111 | f1e6e4d23fddef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)