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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鞦軸鈐 | 111010001110000110001110101100101111101111000010 | e8e18eb2fbc2 |
EUC-JP | 鞦軸鈐 | 11110000111000111011110010110100100011111110001111000001 | f0e3bcb48fe3c1 |
UTF-8 | 鞦軸鈐 | 111010011001111010100110111010001011101110111000111010011000100010010000 | e99ea6e8bbb8e98890 |
UHC | ?軸鈐 | 0011111111110101111011101100110010100010 | 3ff5eecca2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)